Back to Devexpress

TileNavPane.RightToLeft Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavpane-112e371c.md

latest1.6 KB
Original Source

TileNavPane.RightToLeft Property

Gets or sets whether control elements are aligned to support locales using right-to-left fonts. This member is not supported by the TileNavPane class.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override RightToLeft RightToLeft { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property RightToLeft As RightToLeft

Property Value

TypeDescription
RightToLeft

A RightToLeft enumeration value indicating whether the text appears from right to left.

|

Remarks

This member is not supported by the TileNavPane class.

See Also

TileNavPane Class

TileNavPane Members

DevExpress.XtraBars.Navigation Namespace