MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1MultiSelect Class / PlaceHolder Property

In This Topic
    PlaceHolder Property (C1MultiSelect)
    In This Topic
    Gets or sets the string shown as a hint when the control is empty.
    Syntax
    'Declaration
     
    
    Public Property PlaceHolder As String
    public string PlaceHolder {get; set;}
    See Also