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

In This Topic
    CanSelectAll Property (C1ListView)
    In This Topic
    Gets or sets value determining whether control should allow to select all items in Multiple or Extended selection modes.
    Syntax
    'Declaration
     
    Public Property CanSelectAll As Boolean
    public bool CanSelectAll {get; set;}
    See Also