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

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.v19.1.Core.dll

Declaration

bool TopValueShowOthers { get; }

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