ShowSelectAll Property (C1CheckList)
In This Topic
Gets or sets a value that indicates whether show select all checkbox or not.
Syntax
'Declaration
<DefaultValueAttribute(False)>
<C1DescriptionAttribute("C1CheckList.ShowSelectAll", "Gets or sets a value that indicates whether show select all checkbox or not.")>
<C1CategoryAttribute("Behavior")>
Public Property ShowSelectAll As Boolean
[DefaultValue(false)]
[C1Description("C1CheckList.ShowSelectAll", "Gets or sets a value that indicates whether show select all checkbox or not.")]
[C1Category("Behavior")]
public bool ShowSelectAll {get; set;}
See Also