Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SelectionEventMode Enum

In This Article

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

Namespace: DevExpress.Xpf.Editors.Popups

Assembly: DevExpress.Xpf.Core.v24.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