Back to Devexpress

PopupMenuShowingEventArgs.FocusedElementType Property

windowsforms-devexpress-dot-xtraeditors-dot-filtering-dot-popupmenushowingeventargs-363b574a.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public ElementType FocusedElementType { get; }
vb
Public ReadOnly Property FocusedElementType As ElementType

Property Value

TypeDescription
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

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraEditors.Filtering Namespace