FileManagerDialogsMoveConfirmSettingsBuilder
Methods
Width(System.Double)
Specifies width of the dialog.
Parameters
value - System.Double
The value for Width
Title(System.String)
The text in the dialog title bar.
Parameters
value - System.String
The value for Title
Closable(System.Boolean)
Specifies whether a close button should be rendered at the top corner of the dialog.
Parameters
value - System.Boolean
The value for Closable
Content(System.String)
Specifies the content of a Dialog.
Parameters
value - System.String
The value for Content
Actions(System.Action)
A collection of objects containing text, action and primary attributes used to specify the dialog buttons.
Parameters
configurator - System.Action<FileManagerDialogsMoveConfirmSettingsActionFactory>
The configurator for the actions setting.