Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerBrick.rtl Property

Provides access to a value that specifies whether or not the right-to-left feature is enabled for a brick.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public bool rtl { get; }

Property Value

Type Description
Boolean

true, if the right-to-left feature is enabled; otherwise, false.

See Also