MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1CheckList Class / UnSelectAllCaption Property

In This Topic
    UnSelectAllCaption Property (C1CheckList)
    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