IThreadSafeField.TopValueShowOthers Property
Gets whether the “Others” item is displayed within PivotGridControl when the Top N Value feature is enabled.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the “Others” item is displayed when the Top N Value feature is enabled; otherwise, false. |
Remarks
The TopValueShowOthers property provides thread-safe access to the field’s PivotGridFieldBase.TopValueShowOthers property. To learn more, see PivotGridFieldBase.TopValueShowOthers.
Use the TopValueShowOthers property when handling events in asynchronous mode. For more information, see Asynchronous Mode.
See Also