Back to Devexpress

ASPxCardViewColumnDisplayTextEventArgs.Column Property

aspnet-devexpress-dot-web-dot-aspxcardviewcolumndisplaytexteventargs.md

latest1.2 KB
Original Source

ASPxCardViewColumnDisplayTextEventArgs.Column Property

Gets the data column that refers to the card currently being processed.

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 data column which refers to the processed cell.

|

See Also

ASPxCardViewColumnDisplayTextEventArgs Class

ASPxCardViewColumnDisplayTextEventArgs Members

DevExpress.Web Namespace