Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotFieldValueEventArgs.IsOthersValue Property

Gets whether the current header corresponds to the “Others” row/column.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public bool IsOthersValue { get; }

#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 PivotGridField.TopValueCount property is set to a positive value and the PivotGridField.TopValueShowOthers property is set to true. In this case, the DXPivotGrid displays a fixed number of values for the specified column or row field (this number is determined by the PivotGridField.TopValueCount property), the remaining field values are combined and displayed under the “Others” header.

See Also