Back to Devexpress

Flyout.Command Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-flyout-30ce1af8.md

latest1.6 KB
Original Source

Flyout.Command Property

Gets or sets the command to invoke when the Flyout‘s command button is clicked. This is a dependency property.

Namespace : DevExpress.Xpf.WindowsUI

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public ICommand Command { get; set; }
vb
Public Property Command As ICommand

Property Value

TypeDescription
ICommand

The command to invoke when the Flyout‘s command button is clicked.

|

Remarks

The data passed to the command and the object on which the command is executed are specified by the Flyout.CommandParameter and Flyout.CommandTarget properties, respectively.

See Also

CommandParameter

CommandTarget

Flyout Class

Flyout Members

DevExpress.Xpf.WindowsUI Namespace