Back to Devexpress

Table.RightToLeft Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-table-c84a41e2.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public bool RightToLeft { get; set; }
vb
Public Property RightToLeft As Boolean

Property Value

TypeDescription
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:

See Also

Table Class

Table Members

DevExpress.Docs.Presentation Namespace