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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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