DropPanel.EnableRestoreFocus

Syntax

EnableRestoreFocus: Boolean

Description

The EnableRestoreFocus property determines whether it is possible to restore focus on panel closing.

Comments

If value is True, the last element which was the object of the focus before panel opening is saved. After panel closing the focus is restored on the saved element.

Use JSON and the setEnableRestoreFocus method to set the property value and the getEnableRestoreFocus method to get the property value.

Example

The property use is given on the Example of Creating the DropPanel Component page.

See also:

DropPanel