CustomDrawRowHeaderCellEventArgs.FocusRect Property
Gets the bounds of the focus rectangle around the row header cell.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
Rectangle | A Rectangle structure which specifies the boundaries of the focus rectangle around the row header cell. |
See Also