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

IThreadSafeGroup.VisibleCount Property

Gets the number of visible fields within the current group.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

int VisibleCount { get; }

Property Value

Type Description
Int32

An integer that specifies the number of visible fields within the group.

Remarks

The VisibleCount property provides thread-safe access to the group’s PivotGridGroup.VisibleCount property. To learn more, see PivotGridGroup.VisibleCount.

Use the VisibleCount property when handling events in asynchronous mode. For more information, see Asynchronous Mode.

See Also