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

PopupMenuShowingEventArgs.FocusedElementType Property

Gets the type of the Filter Control’s element where the menu is to be displayed.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public ElementType FocusedElementType { get; }

Property Value

Type Description
DevExpress.XtraEditors.Filtering.ElementType

An ElementType enumeration value that identifies the type of the Filter Control’s element where the menu is to be displayed.

See Also