Skip to main content

BootstrapCardViewColumnDataEventArgs.Column Property

Gets the unbound column currently being processed.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapCardViewColumn Column { get; }

Property Value

Type Description
BootstrapCardViewColumn

A BootstrapCardViewColumn object that represents the unbound column.

See Also