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

BootstrapCardViewColumnDisplayTextEventArgs.Column Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapCardViewColumn Column { get; }

Property Value

Type Description
BootstrapCardViewColumn

A BootstrapCardViewColumn descendant that represents the data column which refers to the processed cell.

See Also