Gets information about the command state.
Namespace:DevExpress.Web.ASPxRichEdit.Scripts
Assembly:JavaScript

Syntax
JavaScript |
function getState() : CommandState<Margins>;
|
Return value
Type: CommandState<Margins>
A CommandState<Margins> object representing the command state.

Remarks
Usage example:
JavaScript |
richEdit.commands.changePageMargins.getState();
|

See Also