Skip to main content

BootstrapGridViewBeforeColumnGroupingSortingEventArgs.Column Property

Gets a column whose sort or group order has been changed.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapGridViewDataColumn Column { get; }

Property Value

Type Description
BootstrapGridViewDataColumn

A BootstrapGridViewDataColumn object that represents the processed data column.

See Also