BootstrapGridViewBuilderBase<T>.SettingsCommandButton(Action<BootstrapGridViewCommandButtonsSettingsBuilder>) Method
In This Article
Provides access to the settings of the control’s command buttons.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public T SettingsCommandButton(
Action<BootstrapGridViewCommandButtonsSettingsBuilder> config
)
#Parameters
Name | Type |
---|---|
config | Action<Bootstrap |
#Returns
Type |
---|
T |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also