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.v19.1.Core.dll

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