Skip to main content
All docs
V25.2
  • TextAreaProperties.RightToLeftColumns Property

    Gets or sets a value that indicates whether columns in the text area are arranged from right to left.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool? RightToLeftColumns { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true if the columns in the text area are arranged from right to left; otherwise, false.

    See Also