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

PivotGridGroup.Visible Property

Gets whether the group is visible.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[Browsable(false)]
public bool Visible { get; }

Property Value

Type Description
Boolean

true if the group is visible; otherwise, false.

Remarks

The visibility of a group is determined by the PivotGridFieldBase.Visible property of the first field in the group.

See Also