TcxGridLayoutViewController.FocusedItem Property
Specifies the focused data item.
Declaration
property FocusedItem: TcxGridLayoutViewItem read; write;
Property Value
| Type | Description |
|---|---|
| TcxGridLayoutViewItem | The focused data item. |
Remarks
Use the FocusedItem property to move focus to a specific layout item in the active card.
If no item is focused, the FocusedItem property returns nil.
See Also