PopupMenuShowingEventArgs Properties
Provides data for the FilterControl.PopupMenuShowing event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
CurrentNode | Gets the node where the menu is to be displayed. |
FocusedElementType | Gets the type of the Filter Control’s element where the menu is to be displayed. |
Menu | Gets the menu that will be invoked. |
MenuType | Gets the type of the FilterControl’s menu to be invoked. |
Point | Gets the position where the menu is to be invoked. |
RestoreMenu | Gets or sets whether the current menu should be restored to its default state, after it has been displayed on-screen. |
See Also