CustomColumnSortEventArgs.Column Property
Gets the column whose values are being compared.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
GridViewDataColumn | A GridViewDataColumn descendant that represents the column that contains the values to compare. |
See Also