TcxCustomRowHeaderInfo.FocusRect Property
Returns the rectangle of the row header focus.
Declaration
property FocusRect: TRect read; write;
Property Value
| Type |
|---|
| TRect |
Remarks
Read the FocusRect property to obtain a TRect structure describing the row header focus rectangle. Additionally, you can determine whether the row header is focused via the Focused property.

See Also