ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TreeViewItem Class / IsExpanded Property

In This Topic
    IsExpanded Property
    In This Topic
    Gets or sets a value that indicates whether a C1TreeViewItem is expanded.
    Syntax
    'Declaration
     
    Public Property IsExpanded As System.Boolean
    public System.bool IsExpanded {get; set;}
    See Also