TcxCustomGridRecord.Focused Property
Specifies whether the current record is focused.
Declaration
property Focused: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Use the Focused property to specify whether the record is focused. Set Focused to True to move the focus to the current record. You can access the currently focused record via the View’s Controller.FocusedRecord property.
See Also