Skip to main content
All docs
V26.1
  • Box

    CharacterBox.RightToLeft Property

    Indicates whether the layout element’s direction is right-to-left.

    Namespace: DevExpress.XtraRichEdit.API.Layout

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    public override bool RightToLeft { get; }

    Property Value

    Type Description
    Boolean

    true, if the direction is right-to-left; otherwise, false.

    See Also