Back to Devexpress

PivotGridField.TopValueMode Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-ec1fe350.md

latest1.7 KB
Original Source

PivotGridField.TopValueMode Property

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.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public FieldTopValueMode TopValueMode { get; set; }
vb
Public Property TopValueMode As FieldTopValueMode

Property Value

TypeDescription
FieldTopValueMode

A FieldTopValueMode object that specifies the top value mode.

|

Available values:

NameDescription
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

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace