Skip to main content

PivotGridGroup.VisibleCount Property

Gets the number of visible fields within the current group.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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