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

In This Topic
    WholeWidthSelection Property
    In This Topic
    Gets or sets whether the selection item should take the whole width of the control or not.
    Syntax
    'Declaration
     
    
    Public Property WholeWidthSelection As Boolean
    public bool WholeWidthSelection {get; set;}
    See Also