ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1ListView Class / ShowCheckBoxes Property

In This Topic
    ShowCheckBoxes Property (C1ListView)
    In This Topic
    Determines whether control should show checkboxes for each item.
    Syntax
    'Declaration
     
    Public Property ShowCheckBoxes As Boolean
    public bool ShowCheckBoxes {get; set;}
    See Also