ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeNode Class / IsChecked Property

In This Topic
    IsChecked Property
    In This Topic
    Indicates whether the node is checked.
    Syntax
    'Declaration
     
    
    Public Property IsChecked As Boolean
    public bool IsChecked {get; set;}
    See Also