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

IDocumentActionsArgs.FlyoutAction Property

Gets or sets a FlyoutAction related to the current event.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

FlyoutAction FlyoutAction { get; set; }

Property Value

Type Description
FlyoutAction

A FlyoutAction related to the current event.

See Also