Back to Devexpress

FlyoutAction.SelectedCommand Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-flyoutaction-7f056353.md

latest1.8 KB
Original Source

FlyoutAction.SelectedCommand Property

Gets or sets a currently focused FlyoutAction button.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public FlyoutCommand SelectedCommand { get; set; }
vb
Public Property SelectedCommand As FlyoutCommand

Property Value

TypeDescription
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

FlyoutAction Class

FlyoutAction Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace