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

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