Skip to main content
Tab

ASPxCardViewColumnDisplayTextEventArgs.Column Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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