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