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


C1.WPF Namespace > C1TreeViewExpandButton Class : CommandTarget Property
Syntax
'Declaration
 
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.CategoryAttribute("Action")>
Public Property CommandTarget As System.Windows.IInputElement
'Usage
 
Dim instance As C1TreeViewExpandButton
Dim value As System.Windows.IInputElement
 
instance.CommandTarget = value
 
value = instance.CommandTarget
[System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.Category("Action")]
public System.Windows.IInputElement CommandTarget {get; set;}
See Also

Reference

C1TreeViewExpandButton Class
C1TreeViewExpandButton Members