Share via


VirtualizingTreeView.ShowRootExpander Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property ShowRootExpander As Boolean
public bool ShowRootExpander { get; set; }
public:
property bool ShowRootExpander {
    bool get ();
    void set (bool value);
}
member ShowRootExpander : bool with get, set
function get ShowRootExpander () : boolean 
function set ShowRootExpander (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VirtualizingTreeView Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace