Visibility of the search box and view profile button. It can be hidden and some value can be assigned to the info text when the control is to be used for a particular user (usually on the profile page).

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool SearchBoxVisible { get; set; }
Visual Basic
Public Property SearchBoxVisible As Boolean
	Get
	Set
Visual C++
public:
property bool SearchBoxVisible {
	bool get ();
	void set (bool value);
}
F#
member SearchBoxVisible : bool with get, set

Property Value

Type: Boolean

See Also