BootstrapGridView.SettingsCommandButton Property
Gets the settings of the BootstrapGridView‘s command buttons.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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