Skip to main content

BootstrapCardViewEditorEventArgs.Column Property

Gets the data column whose cell editor is being initialized.

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 descendant that represents the data column whose cell editor is being initialized.

See Also