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

In This Topic
    ShowSelectAll Property (C1CheckList)
    In This Topic
    Gets or sets a value that indicates whether show select all checkbox or not.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1CheckList.ShowSelectAll", "Gets or sets a value that indicates whether show select all checkbox or not.")>
    <C1CategoryAttribute("Behavior")>
    <DefaultValueAttribute(False)>
    Public Property ShowSelectAll As Boolean
    [C1Description("C1CheckList.ShowSelectAll", "Gets or sets a value that indicates whether show select all checkbox or not.")]
    [C1Category("Behavior")]
    [DefaultValue(false)]
    public bool ShowSelectAll {get; set;}
    See Also