Back to Devexpress

ASPxCardViewBeforeColumnSortingGroupingEventArgs.Column Property

aspnet-devexpress-dot-web-dot-aspxcardviewbeforecolumnsortinggroupingeventargs.md

latest1.2 KB
Original Source

ASPxCardViewBeforeColumnSortingGroupingEventArgs.Column Property

Gets a column whose sort or group order has been changed.

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 object that represents the processed data column.

|

See Also

ASPxCardViewBeforeColumnSortingGroupingEventArgs Class

ASPxCardViewBeforeColumnSortingGroupingEventArgs Members

DevExpress.Web Namespace