A command to toggle the visibility of hidden symbols.
Namespace:DevExpress.Web.ASPxRichEdit.Scripts
Assembly:JavaScript

Syntax
JavaScript |
class ShowHiddenSymbolsCommand extends CommandWithBooleanStateBase
|

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

Inheritance Hierarchy
System.Object
CommandBase
CommandWithBooleanStateBase
ShowHiddenSymbolsCommand

See Also