PivotFieldValueEventArgsBase<T>.IsOthersValue Property
Gets or sets whether the current header corresponds to the “Others” row/column.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the current header corresponds to the “Others” row/column; otherwise, false. |
Remarks
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 PivotGridControl displays a fixed number of values for the specified column or row field (this number is determined by the PivotGridFieldBase.TopValueCount property), and the remaining field values are combined and displayed under the “Others” header.