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

In This Topic
    ShowSelectAll Property (C1ListView)
    In This Topic
    Determines whether control should show 'Select All' checkbox.
    Syntax
    'Declaration
     
    Public Property ShowSelectAll As Boolean
    public bool ShowSelectAll {get; set;}
    See Also