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

PivotGridGroup.VisibleCount Property

Gets the number of visible fields within the current group.

Namespace: DevExpress.XtraPivotGrid

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

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 PivotGridFieldBase.ExpandedInFieldsGroup property.

See Also