Back to Devexpress

ASPxCardViewColumnDataEventArgs.Column Property

aspnet-devexpress-dot-web-dot-aspxcardviewcolumndataeventargs.md

latest1.1 KB
Original Source

ASPxCardViewColumnDataEventArgs.Column Property

Gets the unbound column 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 object that represents the unbound column.

|

See Also

ASPxCardViewColumnDataEventArgs Class

ASPxCardViewColumnDataEventArgs Members

DevExpress.Web Namespace