PivotGridFilterItem.IsVisible Property
Gets or sets whether the filter item is visible.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
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