WorkspaceVisualNodeBase.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:
virtual property bool IsExpandable { bool get(); };
public:
virtual property bool IsExpandable { bool get(); };
public virtual bool IsExpandable { get; }
member this.IsExpandable : bool
Public Overridable ReadOnly Property IsExpandable As Boolean