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

SelectionEventMode Enum

Contains values that specify when the LookUpEditBase.PopupContentSelectionChanged event occurs for a combo box editor.

Namespace: DevExpress.Xpf.Editors.Popups

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public enum SelectionEventMode

Members

Name Description
MouseEnter

The LookUpEditBase.PopupContentSelectionChanged event occurs when the mouse pointer enters the boundaries of a list item.

MouseDown

The LookUpEditBase.PopupContentSelectionChanged event occurs when the mouse button is pressed.

MouseUp

The LookUpEditBase.PopupContentSelectionChanged event occurs when the mouse button is released.

See Also