Back to Devexpress

RichEditCommands.openLayoutOptionsDialog Property

aspnet-js-richeditcommands-f08be262.md

latest1.1 KB
Original Source

RichEditCommands.openLayoutOptionsDialog Property

Gets a command to invoke the Layout dialog window to customize the settings of a floating object.

Declaration

ts
get openLayoutOptionsDialog(): OpenLayoutOptionsDialogCommand

Property Value

TypeDescription
OpenLayoutOptionsDialogCommand

An object that provides methods that execute the command and check its state.

|

Remarks

Call the execute method to invoke the command. The method checks the command state (obtained via the getState method) to determine whether the action can be performed.

javascript
richEdit.commands.openLayoutOptionsDialog.execute();

Refer to the following section for more information: Client Commands.

See Also

RichEditCommands Class

RichEditCommands Members