windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotcustomdrawfieldvalueeventargs-836c81f7.md
Gets whether the current header corresponds to the “Others” row/column.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.XtraPivotGrid.v25.2.dll
NuGet Package : DevExpress.Win.PivotGrid
public bool IsOthersValue { get; }
Public ReadOnly Property IsOthersValue As Boolean
| Type | Description |
|---|---|
| Boolean |
true if the current header corresponds to the “Others” row/column.
|
The “Others” row/column is displayed when the PivotGridFieldBase.TopValueCount property is set to a positive value and the PivotGridFieldBase.TopValueShowOthers property is set to true. In this case, the PivotGrid displays a fixed number of values for the specified column or row field (this number is determined by the TopValueCount property), the remaining field values are combined and displayed under the “Others” header.
Note
If you try to access the IsOthersValue property while an asynchronous operation is being performed, an exception will be thrown. To determine whether the operation is in progress, use the pivot grid’s IThreadSafeAccessible.IsAsyncInProgress property. For more information, see Asynchronous Mode.
See Also
PivotCustomDrawFieldValueEventArgs Class