TdxListGroup.Collapsed Property
In This Article
Specifies if the group is collapsed.
#Declaration
Delphi
property Collapsed: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False | True if the group is collapsed; otherwise, False. |
See Also