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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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