Back to Devexpress

WindowsUIView.QueryFlyoutActionsControl Event

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-windowsuiview-efe8ac9d.md

latest1.6 KB
Original Source

WindowsUIView.QueryFlyoutActionsControl Event

Allows you to assign content for popup container actions.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event QueryFlyoutActionsControlEventHandler QueryFlyoutActionsControl
vb
Public Event QueryFlyoutActionsControl As QueryFlyoutActionsControlEventHandler

Event Data

The QueryFlyoutActionsControl event's data class is DevExpress.XtraBars.Docking2010.Views.WindowsUI.QueryFlyoutActionsControlArgs.

Remarks

See the Popup Actions section of the Navigation Bars topic to learn more.

See Also

Navigation Bars

WindowsUIView Class

WindowsUIView Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace