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