IThreadSafeField.TopValueCount Property
Gets the absolute or relative number of field values displayed for the current column field or row field.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer that specifies the number of field values to display for the current column or row field. |
Remarks
The TopValueCount property provides thread-safe access to the field’s PivotGridFieldBase.TopValueCount property. To learn more, see PivotGridFieldBase.TopValueCount.
Use the TopValueCount property when handling events in asynchronous mode. For more information, see Asynchronous Mode.
See Also