Visible Property

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets a value that indicates whether the search TextBox control is visible.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public override bool Visible { get; set; }
Visual Basic
Public Overrides Property Visible As Boolean
	Get
	Set
Visual C++
public:
virtual property bool Visible {
	bool get () override;
	void set (bool value) override;
}

Field Value

true if the search TextBox control is visible; otherwise, false. The default value is true.

Remarks

Use this property to display the search TextBox control.

See Also