ComponentOne MultiSelect for UWP
C1.Xaml.Input Namespace / C1CheckList Class / ShowCheckBoxes Property

In This Topic
    ShowCheckBoxes Property (C1CheckList)
    In This Topic
    Gets or sets a value that indicates whether to show the checkboxes for items.
    Syntax
    'Declaration
     
    
    Public Property ShowCheckBoxes As Boolean
    public bool ShowCheckBoxes {get; set;}
    See Also