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


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

Reference

C1TreeViewExpandButton Class
C1TreeViewExpandButton Members