PivotGridGroup.VisibleCount Property
Gets the number of visible fields within the current group.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer which specifies the number of visible fields within the group. |
Remarks
Fields which have nested fields within a group can be collapsed and thus the nested fields are hidden as a result. The VisibleCount property returns the number of visible fields - the number of fields which are not collapsed under other fields.
To get or set a field’s expansion status use the PivotGridField.ExpandedInFieldsGroup property.
See Also