TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeView Class / SelectionMode Property

In This Topic
    SelectionMode Property
    In This Topic
    Gets or sets the selection behavior for a C1TreeView.
    Syntax
    'Declaration
     
    
    Public Property SelectionMode As C1.WPF.Core.C1SelectionMode
    public C1.WPF.Core.C1SelectionMode SelectionMode {get; set;}
    See Also