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

CustomDrawEventArgs.IsRightToLeft Property

Gets a value indicating whether the VGridControl‘s elements are aligned to support locales using right-to-left fonts.

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public virtual bool IsRightToLeft { get; }

Property Value

Type Description
Boolean

true, if the VGridControl‘s elements are aligned to support locales using right-to-left fonts; otherwise, false.

See Also