Gets or sets the text to display on the search button.
Namespace: Karamasoft.WebControls.UltimateSearchAssembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690
Syntax
| C# |
|---|
public string Text { get; set; } |
| Visual Basic |
|---|
Public Property Text As String Get Set |
| Visual C++ |
|---|
public: property String^ Text { String^ get (); void set (String^ value); } |
Field Value
Text to display on the search button. The default value is Search.
Remarks
Use this property to set the text to display on the search button.