FlyoutAction.DefaultCommand Property
Returns the default button for this FlyoutAction.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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