Skip to main content
All docs
V20.2

FieldValueCellBase.IsVisible Property

Gets whether the cell 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; }

Property Value

Type Description
Boolean

true if the cell is visible; otherwise, false.

See Also