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

In This Topic
    Command Property (C1TreeViewExpandButton)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Command As Windows.UI.Xaml.Input.ICommand
    public Windows.UI.Xaml.Input.ICommand Command {get; set;}
    See Also