Skip to main content
Tab

CardViewCustomColumnSortEventArgs.Column Property

Gets the column whose values are being compared.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewColumn Column { get; }

Property Value

Type Description
CardViewColumn

A CardViewColumn descendant that represents the column that contains the values to compare.

See Also