ComponentOne Basic Library for WPF and Silverlight
Command Property (C1TreeViewExpandButton)


C1.Silverlight Namespace > C1TreeViewExpandButton Class : Command Property
Syntax
'Declaration
 
Public Property Command As System.Windows.Input.ICommand
'Usage
 
Dim instance As C1TreeViewExpandButton
Dim value As System.Windows.Input.ICommand
 
instance.Command = value
 
value = instance.Command
public System.Windows.Input.ICommand Command {get; set;}
See Also

Reference

C1TreeViewExpandButton Class
C1TreeViewExpandButton Members