DoubleSelect Method (FlexListBase)

Action

Defines the value of the type property of the ListEvent object for an itemDoubleClick event, which indicates that the user double-clicked the mouse over a visual item in the control.

To receive itemDoubleClick events, you must set the component's doubleClickEnabled property to true.

Syntax

listBase.DoubleSelect(itemRenderer)
Variable Description
itemRenderer The item renderer that was double-clicked. String.