Skip to main content
A newer version of this page is available. .
Tab

ASPxCardViewEditorEventArgs.Column Property

Gets the data column whose cell editor is being initialized.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CardViewColumn Column { get; }

Property Value

Type Description
CardViewColumn

A CardViewColumn descendant that represents the data column whose cell editor is being initialized.

See Also