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

FlyoutAction.Commands Property

Gets a collection of the FlyoutAction‘s buttons.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

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