Skip to main content
A newer version of this page is available. .

BootstrapGridView.SettingsCommandButton Property

Gets the settings of the BootstrapGridView‘s command buttons.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewCommandButtonsSettings SettingsCommandButton { get; }

Property Value

Type Description
BootstrapGridViewCommandButtonsSettings

A BootstrapGridViewCommandButtonsSettings object containing the settings of the BootstrapGridView‘s command buttons.

See Also