Skip to main content

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

Namespace: DevExpress.Web.Bootstrap

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