Skip to main content

BootstrapGridView.SettingsCommandButton Property

Gets the settings of the BootstrapGridView‘s command buttons.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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