PivotCustomDrawCellBaseEventArgs.IsOthersFieldValue(PivotGridField) Method
In This Article
Indicates whether the current data cell resides within the “Others” row/column when the Top X Value feature is enabled.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public bool IsOthersFieldValue(
PivotGridField field
)
#Parameters
Name | Type | Description |
---|---|---|
field | Pivot |
A Pivot |
#Returns
Type | Description |
---|---|
Boolean | true if the data cell resides within the “Others” row/column; otherwise, false. |
#Remarks
Note
If you call the Is
See Also