PivotGridGroup.Visible Property
Gets whether the group is visible.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true if the group is visible; otherwise, false. |
Remarks
The visibility of a group is determined by the PivotGridField.Visible property of the first field in the group.
See Also