Back to Devexpress

RichEditCommands.toggleTableCellAlignTopLeft Property

aspnet-js-richeditcommands-c903d87a.md

latest1.1 KB
Original Source

RichEditCommands.toggleTableCellAlignTopLeft Property

Gets a command to apply top-left alignment for the selected cells.

Declaration

ts
get toggleTableCellAlignTopLeft(): ToggleTableCellAlignTopLeftCommand

Property Value

TypeDescription
ToggleTableCellAlignTopLeftCommand

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.toggleTableCellAlignTopLeft.execute();

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

See Also

RichEditCommands Class

RichEditCommands Members