IThreadSafeField.TopValueShowOthers Property
In This Article
Gets whether the "Others" item is displayed within the PivotGridControl when the Top N Values feature is enabled.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the "Others" item is displayed when the Top N Values feature is enabled; otherwise, false. |
#Remarks
This property returns the PivotGridField.TopValueShowOthers property value.
See Also