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


C1.Silverlight Namespace > C1TreeViewExpandButton Class : IsChecked Property
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("System.Windows.NullableBoolConverter, System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")>
Public Property IsChecked As System.Nullable(Of Boolean)
'Usage
 
Dim instance As C1TreeViewExpandButton
Dim value As System.Nullable(Of Boolean)
 
instance.IsChecked = value
 
value = instance.IsChecked
[System.ComponentModel.TypeConverter("System.Windows.NullableBoolConverter, System.Windows, Version=5.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e")]
public System.Nullable<bool> IsChecked {get; set;}
See Also

Reference

C1TreeViewExpandButton Class
C1TreeViewExpandButton Members