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

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.v17.2.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(TopValueMode.Default)]
[XtraSerializablePropertyId(2)]
public TopValueMode TopValueMode { get; set; }

Property Value

Type Default Description
TopValueMode

Default

A TopValueMode object that specifies the top value mode.

Available values:

Name Description
Default

The default parameter value.

AllValues

Specifies the top n values in all the data source records.

ParentFieldValues

Specifies the top n values in the parent category.

Remarks

Important

Use the TopValueMode property in the server mode only. This property is not in effect in the standard data processing mode.

See Also