Skip to main content

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

Declaration

public bool IsColumn { get; }

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