Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

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