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

ASPxCardViewColumnDisplayTextEventArgs.Column Property

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

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

See Also