Back to Devexpress

FlyoutAction.Commands Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-flyoutaction.md

latest2.6 KB
Original Source

FlyoutAction.Commands Property

Gets a collection of the FlyoutAction‘s buttons.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public IList<FlyoutCommand> Commands { get; }
vb
Public ReadOnly Property Commands As IList(Of FlyoutCommand)

Property Value

TypeDescription
IList<FlyoutCommand>

A List object that stores FlyoutCommands.

|

Remarks

You can specify Flyout buttons in two ways:

The last approach allows you to create your own custom buttons. See the How To: Create a Message Box Flyout With User Control topic for an example.

See Also

FlyoutButtons

Action

How To: Create a Message Box Flyout With User Control

FlyoutAction Class

FlyoutAction Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace