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

PivotGridFilterItem.IsVisible Property

Gets or sets whether the filter item is visible.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

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