SelectAllLabel Property (MultiSelect<T>)
In This Topic
Gets or sets the string to be used as a label for the "Select All" checkbox that is displayed when the ShowSelectAllCheckbox property is set to true.
Syntax
'Declaration
Public Property SelectAllLabel As String
public string SelectAllLabel {get; set;}
See Also