PivotFieldStateChangedEventArgs.IsColumn Property
Gets whether the processed field value belongs to a column or row field.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the processed field value belongs to a column field; false if the processed field value belongs to a row field. |
See Also