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