Skip to main content

FlyoutAction.SelectedCommand Property

Gets or sets a currently focused FlyoutAction button.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public FlyoutCommand SelectedCommand { get; set; }

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