FileManagerDialogsMoveConfirmSettingsTagHelper
Example
Razor
<move-confirm>
<actions></actions>
</move-confirm>
ChildTags
| Tag Name | Details |
|---|---|
| actions | FileManagerDialogsMoveConfirmSettingsActionsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| closable | Boolean | Specifies whether a close button should be rendered at the top corner of the dialog. |
| content | String | Specifies the content of a Dialog. |
| title | String | The text in the dialog title bar. |
| width | Double | Specifies width of the dialog. |