Skip to main content
A newer version of this page is available. .

TreeListEditor.ProcessSelectedItemBySingleClick Property

Specifies whether a List View’s record must be processed after a click or a double-click.

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v19.1.dll

Declaration

public bool ProcessSelectedItemBySingleClick { get; set; }

Property Value

Type Description
Boolean

true if a List View’s record must be processed after a click; false if a List View’s record must be processed after a double-click.

Remarks

If you need to specify that a List View’s records must be processed after a click rather than the usual double-click, set this property to true.

See Also