TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckList Class / SelectAllCaption Property

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