FlyoutAction.SelectedCommand Property
Gets or sets a currently focused FlyoutAction button.
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 a currently focused FlyoutAction button. |
Remarks
To avoid confusing end-users, the SelectedCommand and FlyoutAction.DefaultCommand properties should refer to the same button when the flyout appears.
See Also