CutCommand.getState Method
Gets information about the command’s state.
Declaration
getState(): SimpleCommandState
Returns
Type | Description |
---|---|
SimpleCommandState | An object that contains the command’s state. |
Remarks
See Also
Gets information about the command’s state.
getState(): SimpleCommandState
Type | Description |
---|---|
SimpleCommandState | An object that contains the command’s state. |
<dx:ASPxRichEdit ID="RichEdit" runat="server" ClientInstanceName="richEdit" .../>
var commandAvailability = richEdit.commands.cut.getState().enabled;
No
Your feedback is appreciated.