TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckList Class / SelectionMode Property

In This Topic
    SelectionMode Property (C1CheckList)
    In This Topic
    Gets or sets a value indicating how the items of the C1CheckList control can be selected. SelectionMode is of type enumeration SelectionMode. The default is SelectionMode.Multiple. When SelectionMode was changed value to Single then one item remains selected.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1CheckList.SelectionMode", "Gets or sets a value indicating selection method for items of this C1CheckList control.")>
    Public Property SelectionMode As SelectionMode
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [C1Category("Behavior")]
    [C1Description("C1CheckList.SelectionMode", "Gets or sets a value indicating selection method for items of this C1CheckList control.")]
    public SelectionMode SelectionMode {get; set;}
    See Also