BootstrapGridView.SettingsCommandButton Property
Gets the settings of the BootstrapGridView's command buttons.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewCommandButtonsSettings SettingsCommandButton { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsCommandButton As BootstrapGridViewCommandButtonsSettings
Property Value
Type | Description |
---|---|
BootstrapGridViewCommandButtonsSettings | A BootstrapGridViewCommandButtonsSettings object containing the settings of the BootstrapGridView's command buttons. |
See Also
Feedback