Back to Devexpress

PivotCellBaseEventArgs.IsOthersFieldValue(PivotGridField) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-dot-isothersfieldvalue-x28-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-x29.md

latest1.8 KB
Original Source

PivotCellBaseEventArgs.IsOthersFieldValue(PivotGridField) Method

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

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Parameters

NameTypeDescription
fieldPivotGridField

A PivotGridField object that represents a field.

|

Returns

TypeDescription
Boolean

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

|

See Also

TopValueCount

TopValueShowOthers

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace