ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeViewNode Class / CheckState Property

In This Topic
    CheckState Property
    In This Topic
    Gets a value that indicates treeview node's check state.
    Syntax
    'Declaration
     
    Public Property CheckState As C1TreeViewNodeCheckState
    public C1TreeViewNodeCheckState CheckState {get; set;}
    See Also