BootstrapCardViewColumnDataEventArgs.Column Property
Gets the unbound column currently being processed.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
public BootstrapCardViewColumn Column { get; }
Public ReadOnly Property Column As BootstrapCardViewColumn
Property Value
Type | Description |
---|---|
BootstrapCardViewColumn | A BootstrapCardViewColumn object that represents the unbound column. |
See Also
Feedback