ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1CheckList Class / SelectAllCaption Property

In This Topic
    SelectAllCaption Property (C1CheckList)
    In This Topic
    Get or set the caption for Select All checkbox.
    Syntax
    'Declaration
     
    
    Public Property SelectAllCaption As String
    public string SelectAllCaption {get; set;}
    See Also