BootstrapDialogLayoutElementCollection<TViewModel>.CreateButton(String, String, Action<BootstrapDialogButton>) Method
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public BootstrapDialogButton CreateButton(
string name,
string text,
Action<BootstrapDialogButton> setup
)
Parameters
Name | Type |
---|---|
name | String |
text | String |
setup | Action<BootstrapDialogButton> |
Returns
Type |
---|
BootstrapDialogButton |
See Also