IThreadSafeGroup.VisibleCount Property
Gets the number of visible fields within the current group.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
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