Share via


SearchSettingsDataSource.SearchWatermark Property

Definition

Gets or sets the string to display in the common search control when it is empty and does not have the focus. Default is “Search”.

public:
 property System::String ^ SearchWatermark { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ SearchWatermark { Platform::String ^ get(); void set(Platform::String ^ value); };
public string SearchWatermark { get; set; }
member this.SearchWatermark : string with get, set
Public Property SearchWatermark As String

Property Value

Returns the watermark string of the search control.

Applies to