TdxListGroup.Focused Property
Specifies if the group has focus.
Declaration
property Focused: Boolean read; write;
Property Value
Type | Description |
---|---|
Boolean | True if the group is focused; otherwise, False. |
Remarks
Note
The group cannot receive focus if the group’s Options property value does not include the Focusable flag.
See Also