Back to Devexpress

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

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotcelleventargsbase-3-dot-isothersfieldvalue-x28-0-x29.md

latest1.8 KB
Original Source

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

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

Declaration

csharp
public bool IsOthersFieldValue(
    TField field
)
vb
Public Function IsOthersFieldValue(
    field As TField
) As Boolean

Parameters

NameTypeDescription
fieldTField

A T object that represents the field.

|

Returns

TypeDescription
Boolean

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

|

See Also

TopValueCount

TopValueShowOthers

PivotCellEventArgsBase<TField, TData, TCustomTotal> Class

PivotCellEventArgsBase<TField, TData, TCustomTotal> Members

DevExpress.XtraPivotGrid Namespace