Skip to main content
A newer version of this page is available. .

PivotGridFilterItem.IsChecked Property

Gets or sets the check state of the filter item.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Package: DevExpress.PivotGrid.Core

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