ShowCheckBoxes Property (C1CheckList)
In This Topic
Gets or sets a value indicating whether check boxes should be visible or not.
Syntax
'Declaration
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("C1CheckList.ShowCheckBoxes", "Gets or sets a value indicating whether check boxes should be visible or not.")>
<DefaultValueAttribute(True)>
Public Property ShowCheckBoxes As Boolean
[C1Category("Appearance")]
[C1Description("C1CheckList.ShowCheckBoxes", "Gets or sets a value indicating whether check boxes should be visible or not.")]
[DefaultValue(true)]
public bool ShowCheckBoxes {get; set;}
See Also