ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / CheckOnClick Property

In This Topic
    CheckOnClick Property
    In This Topic
    Gets or sets a value that determines whether to toggle checkboxes when the user clicks the node header.
    Syntax
    'Declaration
     
    
    Public Property CheckOnClick As Boolean
    public bool CheckOnClick {get; set;}
    Remarks
    The default value for this property is false, which causes checkboxes to be toggled only when the user clicks the checkbox itself (not the node header).
    See Also