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