Skip to main content

WindowsUIView.QueryFlyoutActionsControl Event

Allows you to assign content for popup container actions.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event QueryFlyoutActionsControlEventHandler QueryFlyoutActionsControl

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