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

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

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