Skip to main content

PivotGridFilterItem.IsVisible Property

Gets or sets whether the filter item is visible.

Namespace: DevExpress.XtraPivotGrid.Data

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

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

Declaration

public bool IsVisible { get; set; }

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