Gets or sets whether or not the drop-down toggle button is visible or not. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

See Also