Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / Watermark Property

In This Topic
    Watermark Property (C1ComboBox)
    In This Topic
    Gets or sets the watermark content displayed when the control is empty.
    Syntax
    'Declaration
     
    
    Public Property Watermark As Object
    public object Watermark {get; set;}
    See Also