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

In This Topic
    SelectAllCaption Property
    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