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.v24.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