Back to Devexpress

CardViewCustomColumnSortEventArgs.Column Property

aspnet-devexpress-dot-web-dot-cardviewcustomcolumnsorteventargs.md

latest1.1 KB
Original Source

CardViewCustomColumnSortEventArgs.Column Property

Gets the column whose values are being compared.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewColumn Column { get; }
vb
Public ReadOnly Property Column As CardViewColumn

Property Value

TypeDescription
CardViewColumn

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

|

See Also

CardViewCustomColumnSortEventArgs Class

CardViewCustomColumnSortEventArgs Members

DevExpress.Web Namespace