UnselectAllCaption Property (C1CheckList)
In This Topic
Gets or sets the Caption for Unselect All checkbox.
Syntax
'Declaration
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("C1CheckList.UnselectAllCaption", "Gets or sets the Caption for Unselect All checkbox.")>
<DefaultValueAttribute("")>
Public Property UnselectAllCaption As String
[C1Category("Appearance")]
[C1Description("C1CheckList.UnselectAllCaption", "Gets or sets the Caption for Unselect All checkbox.")]
[DefaultValue("")]
public string UnselectAllCaption {get; set;}
See Also