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

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