Skip to main content
All docs
V26.1
  • ToggleParagraphAlignmentJustifyCommand.Execute() Method

    Executes the command on the current command target.

    Namespace: DevExpress.XtraRichEdit.Commands

    Assembly: DevExpress.RichEdit.v26.1.Core.dll

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public override void Execute()

    Remarks

    The Execute method checks the command state before executing, and decides whether the action can be performed.

    See Also