Skip to main content
A newer version of this page is available. .

BootstrapDialogLayoutElementCollection<TViewModel>.CreateButton(String, String, Action<BootstrapDialogButton>) Method

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.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