PivotGridFieldBase.TopValueMode Property
Gets or sets whether top n values for a specified data field are calculated based on all data source records or in the parent category.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[DefaultValue(TopValueMode.Default)]
public TopValueMode TopValueMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Top |
Default | A Top |
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
If the TopValueMode is set to the TopValueMode.Default value, the actual calculation mode is dependent on the operating mode. When the pivot grid operates in server mode, top n values are calculated against all data source records, as if the property is set to the TopValueMode.AllValues value. Otherwise, top n values in the parent category are calculated.
Important
Use the Top