Skip to main content
All docs
V25.2
  • Table.RightToLeft Property

    Specifies whether to change the table layout’s direction to right-to-left.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public bool RightToLeft { get; set; }

    Property Value

    Type Description
    Boolean

    true to change the table direction to right-to-left; otherwise false.

    Remarks

    Set the RightToLeft property to true to reorder table columns from right to left:

    DevExpress Presentation API - Table RightToLeft

    See Also