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

NuGet Package: DevExpress.Web

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