FilterGroup Panel Property TIBCO Spotfire 6.0 API Reference
Gets the FilterPanel to which this FilterGroup belongs.

Namespace: Spotfire.Dxp.Application.Filters
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public FilterPanel Panel { get; }

Property Value

Type: FilterPanel
A reference to the FilterPanel or null if this group is currently not contained in any panel.
See Also