Back to Devexpress

CustomDrawEventArgs.IsRightToLeft Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdraweventargs-a00c5ba7.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public virtual bool IsRightToLeft { get; }
vb
Public Overridable ReadOnly Property IsRightToLeft As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace