Back to Devexpress

CustomDrawRowHeaderCellEventArgs.FocusRect Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdrawrowheadercelleventargs-290a157c.md

latest1.5 KB
Original Source

CustomDrawRowHeaderCellEventArgs.FocusRect Property

Gets the bounds of the focus rectangle around the row header cell.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public Rectangle FocusRect { get; }
vb
Public ReadOnly Property FocusRect As Rectangle

Property Value

TypeDescription
Rectangle

A Rectangle structure which specifies the boundaries of the focus rectangle around the row header cell.

|

See Also

CustomDrawRowHeaderCellEventArgs Class

CustomDrawRowHeaderCellEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace