Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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