Back to Devexpress

FlyoutAction.DefaultCommand Property

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

latest1.9 KB
Original Source

FlyoutAction.DefaultCommand Property

Returns the default button for this FlyoutAction.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public FlyoutCommand DefaultCommand { get; }
vb
Public ReadOnly Property DefaultCommand As FlyoutCommand

Property Value

TypeDescription
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

FlyoutAction Class

FlyoutAction Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace