Skip to main content

TdxBarTreeViewCombo.ChooseByDblClick Property

Specifies whether to close a dropdown window via a mouse double-click.

Declaration

property ChooseByDblClick: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the ChooseByDblClick property to specify the manner in which a dropdown treeview window is closed. If this property is set to True, a mouse double-click selects the appropriate node to display within an editor and closes the dropdown window. If this property is set to False, these actions are performed via a single mouse click event.

The default value of the ChooseByDblClick property is True.

See Also