Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

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