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

IThreadSafeField.TopValueShowOthers Property

Gets whether the “Others” item is displayed within the PivotGridControl when the Top N Values feature is enabled.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

bool TopValueShowOthers { get; }

Property Value

Type Description
Boolean

true if the “Others” item is displayed when the Top N Values feature is enabled; otherwise, false.

Remarks

This property returns the PivotGridField.TopValueShowOthers property value.

See Also