ComponentOne MultiSelect for WinForms
C1.Win.Input 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
     
    
    Public Property UnselectAllCaption As String
    public string UnselectAllCaption {get; set;}
    See Also