PivotGridField.TopValueMode Property
In This Article
Gets or sets whether top n values for specified data field are calculated based on all data source records or in the parent category.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public FieldTopValueMode TopValueMode { get; set; }
#Property Value
Type | Description |
---|---|
Field |
A Field |
Available values:
Name | Description |
---|---|
Default | The default parameter value. |
All |
Specifies the top n values in all the data source records. |
Parent |
Specifies the top n values in the parent category. |
#Remarks
Important
Use the Top
See Also