BootstrapDialogLayoutElementCollection<TViewModel>.CreateButton(String, String, Action<BootstrapDialogButton>) Method
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v26.1.dll
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