Skip to main content

FlyoutAction.Commands Property

Gets a collection of the FlyoutAction‘s buttons.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public IList<FlyoutCommand> Commands { get; }

Property Value

Type Description
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