TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewItem Class / IsChecked Property

In This Topic
    IsChecked Property
    In This Topic
    Gets or sets whether a C1TreeViewItem checkbox control is checked.
    Syntax
    'Declaration
     
    
    Public Property IsChecked As Nullable(Of Boolean)
    public Nullable<bool> IsChecked {get; set;}
    See Also