Skip to main content

PivotGridFilterItem.IsChecked Property

Gets or sets the check state of the filter item.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public bool? IsChecked { get; set; }

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