Skip to main content

FieldValueInfo.IsColumn Property

Indicates whether the field whose value has currently been processed is a column field.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool IsColumn { get; }

Property Value

Type Description
Boolean

true, if the field value corresponds to a column field; false, if the field value corresponds to a row field.

See Also