BootstrapDialogButtonCollection.CreateButton(String, String) Method
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| name | String |
| text | String |
Returns
| Type |
|---|
| BootstrapDialogButton |
See Also
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v26.1.dll
public BootstrapDialogButton CreateButton(
string name,
string text
)
Public Function CreateButton(
name As String,
text As String
) As BootstrapDialogButton
| Name | Type |
|---|---|
| name | String |
| text | String |
| Type |
|---|
| BootstrapDialogButton |