Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridGroup.VisibleCount Property

Gets the number of visible fields within the current group.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

[Browsable(false)]
public int VisibleCount { get; }

#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