Skip to main content

BootstrapDialogLayoutElementCollection<TViewModel>.CreateButton(String, String) 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
)

Parameters

Name Type
name String
text String

Returns

Type
BootstrapDialogButton
See Also