Skip to main content
A newer version of this page is available. .

WindowsUIView.QueryFlyoutActionsControl Event

Allows you to assign content for popup container actions.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

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