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

VGridCustomizationForm.RightToLeft Property

Gets or sets whether the form’s visual elements are aligned to support locales using right-to-left fonts.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public override RightToLeft RightToLeft { get; set; }

Property Value

Type Description
RightToLeft

A RightToLeft enumeration value that specifies whether the form’s visual elements are aligned to support locales using right-to-left fonts.

See Also