PivotGridFilterItem.IsVisible Property
Gets or sets whether the filter item is visible.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the filter item is visible; otherwise, false. |
Remarks
Use the PivotGridFilterItem.IsChecked property to specify whether the filter item is checked.
See Also