FileManagerDialogsMoveConfirmSettingsBuilder
Methods
Width(System.Double)
Specifies width of the dialog.
Parameters
value - System.Double
The value that configures the width.
Title(System.String)
The text in the dialog title bar.
Parameters
value - System.String
The value that configures the 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 that configures the closable.
Content(System.String)
Specifies the content of a Dialog.
Parameters
value - System.String
The value that configures the 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 action that configures the actions.