Skip to main content

BootstrapGridViewCustomColumnSortEventArgs.Column Property

Gets the column whose values are being compared.

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 descendant that represents the column that contains the values to compare.

See Also