Gets or sets a value that indicates whether the dropdown items are automatically populated on the client machine.

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

Syntax

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

Field Value

true if the dropdown items are automatically populated on the client machine; otherwise, false. The default value is false.

Remarks

Use this property to automatically populate the dropdown items on the client machine. This feature works with only Paragraph and Font dropdowns.

See Also