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


C1.WPF Namespace > C1TreeViewExpandButton Class : IsChecked Property
Syntax
'Declaration
 
<System.Windows.LocalizabilityAttribute(Category=LocalizationCategory.None, 
   Readability=Readability.Unreadable, 
   Modifiability=Modifiability.Modifiable)>
<System.ComponentModel.TypeConverterAttribute("System.Windows.NullableBoolConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
<System.ComponentModel.CategoryAttribute("Appearance")>
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.Windows.Localizability(Category=LocalizationCategory.None, 
   Readability=Readability.Unreadable, 
   Modifiability=Modifiability.Modifiable)]
[System.ComponentModel.TypeConverter("System.Windows.NullableBoolConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
[System.ComponentModel.Category("Appearance")]
public System.Nullable<bool> IsChecked {get; set;}
See Also

Reference

C1TreeViewExpandButton Class
C1TreeViewExpandButton Members