ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBox Class / ShowCheckBoxes Property

In This Topic
    ShowCheckBoxes Property (C1ComboBox)
    In This Topic
    Gets or sets whether checkboxes are shown in each item.
    Syntax
    'Declaration
     
    
    Public Property ShowCheckBoxes As Boolean
    public bool ShowCheckBoxes {get; set;}
    See Also