A newer version of this page is available.
Switch to the current version.
BootstrapGridViewCommandColumnCustomButtonCollection.Column Property
Gets a command column that owns this collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapGridViewCommandColumn Column { get; }
Public ReadOnly Property Column As BootstrapGridViewCommandColumn
Property Value
Type | Description |
---|---|
BootstrapGridViewCommandColumn | A BootstrapGridViewCommandColumn object that represents the command column which owns this collection. |
See Also
Feedback