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

CustomExportFieldValueEventArgsBase<T>.IsOthersValue Property

Gets whether the processed value corresponds to the “Others” row/column.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public bool IsOthersValue { get; }

Property Value

Type Description
Boolean

true, if the processed value corresponds to the “Others” row/column; otherwise, false.

Remarks

The “Others” row/column is displayed when the PivotGridFieldBase.TopValueCount property is set to a positive value and the PivotGridFieldBase.TopValueShowOthers property is set to true. In this case, the XtraPivotGrid displays a fixed number of values for the specified column or row field (this number is determined by the PivotGridFieldBase.TopValueCount property), the remaining field values are combined and displayed under the “Others” value.

PivotGridField.TopValueShowOthers2

See Also