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

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