Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Browsable(false)]
public override RightToLeft RightToLeft { get; set; }

Property Value

Type Description
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