Skip to main content
Tab

ASPxCardViewColumnDataEventArgs.Column Property

Gets the unbound column currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewColumn Column { get; }

Property Value

Type Description
CardViewColumn

A CardViewColumn object that represents the unbound column.

See Also