A command to toggle all borders for selected cells on/off.
Namespace:DevExpress.Web.ASPxRichEdit.Scripts
Assembly:JavaScript

Syntax
JavaScript |
class ToggleTableCellAllBordersCommand extends CommandWithBooleanStateBase
|

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

Inheritance Hierarchy
System.Object
CommandBase
CommandWithBooleanStateBase
ToggleTableCellAllBordersCommand

See Also