Skip to main content
A newer version of this page is available. .

CustomDrawRowHeaderCellEventArgs.FocusRect Property

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

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

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