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

FlyoutAction.DefaultCommand Property

Returns the default button for this FlyoutAction.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public FlyoutCommand DefaultCommand { get; }

Property Value

Type Description
FlyoutCommand

A FlyoutCommand object that is the default button for this FlyoutAction.

Remarks

A default button is the button that is “clicked” when a user presses Enter key to dismiss the message. To choose which FlyoutAction should be considered as default, use the related FlyoutAction constructor.

See Also