TdxListGroup.Focused Property
In This Article
Specifies if the group has focus.
#Declaration
Delphi
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