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

PivotCellEventArgsBase<TField, TData, TCustomTotal>.IsOthersFieldValue(TField) Method

Indicates whether the processed data cell resides within the “Others” row/column when the Top X Value feature is enabled.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public bool IsOthersFieldValue(
    TField field
)

Parameters

Name Type Description
field TField

A T object that represents the field.

Returns

Type Description
Boolean

true, if the data cell resides within the “Others” row/column; otherwise, false.

See Also