Skip to main content
A newer version of this page is available. .

FieldValueInfo.IsOthersValue Property

Indicates whether the current field value is the ‘Others’ value.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v18.2.dll

Declaration

public bool IsOthersValue { get; }

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