ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1TreeViewExpandButton Class / IsChecked Property

In This Topic
    IsChecked Property (C1TreeViewExpandButton)
    In This Topic
    Syntax
    'Declaration
     
    Public Property IsChecked As Windows.Foundation.IReference(Of Boolean)
    public Windows.Foundation.IReference<bool> IsChecked {get; set;}
    See Also