Back to Devexpress

Flyout.Action Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-flyout-1c793a9e.md

latest2.9 KB
Original Source

Flyout.Action Property

Gets or sets a FlyoutAction used by the current Flyout.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public FlyoutAction Action { get; set; }
vb
<DefaultValue(Nothing)>
<Browsable(False)>
Public Property Action As FlyoutAction

Property Value

TypeDefaultDescription
FlyoutActionnull

A FlyoutAction object used by the current Flyout.

|

Remarks

FlyoutActions provide text content, icons and buttons for the Flyouts (see the figure below).

To set a FlyoutAction for a specific Flyout, assign this action to the Action property.

Refer to the How To: Create a Modal Message Box Flyout and How To: Create a Message Box Flyout With User Control for the examples.

See Also

How To: Create a Modal Message Box Flyout

How To: Create a Message Box Flyout With User Control

Flyout Class

Flyout Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace