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

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