Gets or sets the dropdown.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

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

Remarks

Use this property to set the dropdown items of a DropDown toolbar item.

See Also