TcxCustomRowHeaderInfo.Focused Property
Indicates whether the row header is focused.
Declaration
property Focused: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
Read the Focused property to determine whether the row header is currently focused. Additionally, you can get access to the focused row using the VerticalGrid.FocusedRow property.
See Also