ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1MultiSelect Class / UnSelectAllCaption Property

In This Topic
    UnSelectAllCaption Property
    In This Topic
    Gets or sets the caption for checkbox when execute UnSelectAll.
    Syntax
    'Declaration
     
    
    Public Property UnSelectAllCaption As String
    public string UnSelectAllCaption {get; set;}
    See Also