CanSelectAll Property (C1TileListView)
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