IUINode.IsExpandable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, node will have [+] expander shown, and can be expanded and collapsed in view.
public:
property bool IsExpandable { bool get(); void set(bool value); };
public:
property bool IsExpandable { bool get(); void set(bool value); };
public bool IsExpandable { get; set; }
member this.IsExpandable : bool with get, set
Public Property IsExpandable As Boolean