Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / ShowCheckboxes Property

In This Topic
    ShowCheckboxes Property (C1TreeView)
    In This Topic
    Gets or sets the treeview item has show checkbox or not.
    Syntax
    'Declaration
     
    
    Public Property ShowCheckboxes As Boolean
    public bool ShowCheckboxes {get; set;}
    See Also