A newer version of this page is available.
Switch to the current version.
BootstrapGridViewBeforeColumnGroupingSortingEventArgs.Column Property
Gets a column whose sort or group order has been changed.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapGridViewDataColumn Column { get; }
Public ReadOnly Property Column As BootstrapGridViewDataColumn
Property Value
Type | Description |
---|---|
BootstrapGridViewDataColumn | A BootstrapGridViewDataColumn object that represents the processed data column. |
See Also
Feedback