PivotGridFilterItem.IsChecked Property
Gets or sets the check state of the filter item.
Namespace: DevExpress.XtraPivotGrid.Data
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
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