ASPxGridViewBeforeColumnGroupingSortingEventArgs.Column Property
In This Article
Gets a column whose sort or group order has been changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewDataColumn Column { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also