Skip to main content

IThreadSafeField.GroupInterval Property

Gets how values of the current column or row field are combined into groups.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

FieldGroupInterval GroupInterval { get; }

#Property Value

Type Description
FieldGroupInterval

A FieldGroupInterval enumeration value that specifies how values of the current field are combined into groups.

#Remarks

This property returns the PivotGridField.GroupInterval property value.

See Also