PivotGridFilterItem.IsChecked Property
In This Article
Gets or sets the check state of the filter item.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | true if the item is checked; false if it is unchecked; null if its check state is indeterminate. |
#Remarks
Use the PivotGridFilterItem.IsVisible property to specify whether the filter item is visible.
See Also