Skip to main content
All docs
V26.1
  • ToggleParagraphAlignmentLeftCommand.getState Method

    Gets information about the command’s state.

    Declaration

    getState(): CommandState<boolean>

    Returns

    Type Description
    CommandState<boolean>

    An object that contains the command’s state.

    Remarks

    <dx:ASPxRichEdit ID="RichEdit" runat="server" ClientInstanceName="richEdit" .../>
    
    See Also