Skip to main content

CustomDrawRowHeaderCellEventArgs.FocusRect Property

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

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public Rectangle FocusRect { get; }

Property Value

Type Description
Rectangle

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

See Also