A command to apply bottom-left alignment for the selected table cells.
Namespace:DevExpress.Web.ASPxRichEdit.Scripts
Assembly:JavaScript

Syntax
JavaScript |
class ToggleTableCellAlignBottomLeftCommand extends CommandWithBooleanStateBase
|

Remarks
An instance of this object can be accessed using the RichEditCommands object's RichEditCommands.toggleTableCellAlignBottomLeft property.

Inheritance Hierarchy
System.Object
CommandBase
CommandWithBooleanStateBase
ToggleTableCellAlignBottomLeftCommand

See Also