FMX.TreeView.TTreeViewItem.IsExpanded
Delphi
property IsExpanded: Boolean read FIsExpanded write SetIsExpanded;
C++
__property bool IsExpanded = {read=FIsExpanded, write=SetIsExpanded, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.TreeView.pas FMX.TreeView.hpp |
FMX.TreeView | TTreeViewItem |
Description
Specifies whether this item is expanded.
If an item is expanded, all its direct child items are visible.