Skip to main content

IThreadSafeField.TopValueType Property

Gets how the number of Top Values is determined.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

FieldTopValueType TopValueType { get; }

#Property Value

Type Description
FieldTopValueType

A FieldTopValueType value that specifies how the number of Top Values is determined.

#Remarks

This property returns the PivotGridField.TopValueType property value.

See Also