FieldValueInfo.IsOthersValue Property
Indicates whether the current field value is the ‘Others’ value.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the field value is the ‘Others’ value; otherwise, false. |
Remarks
When you use the Top N feature, you can combine the remaining values into a single ‘Others’ item. To learn more, see Top N.
See Also