IVsDataExplorerNode.IsExpandable Property

Definition

Gets a value indicating whether the current node can be expanded to show lower-level child nodes.

public:
 property bool IsExpandable { bool get(); };
public bool IsExpandable { get; }
member this.IsExpandable : bool
Public ReadOnly Property IsExpandable As Boolean

Property Value

true if the node is expandable; otherwise, false.

Applies to