Back to Devexpress

ASPxCardViewEditorEventArgs.Column Property

aspnet-devexpress-dot-web-dot-aspxcardvieweditoreventargs.md

latest1.1 KB
Original Source

ASPxCardViewEditorEventArgs.Column Property

Gets the data column whose cell editor is being initialized.

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 whose cell editor is being initialized.

|

See Also

ASPxCardViewEditorEventArgs Class

ASPxCardViewEditorEventArgs Members

DevExpress.Web Namespace