Skip to main content

FlyoutAction.DefaultCommand Property

Returns the default button for this FlyoutAction.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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