Back to Devexpress

Flyout.CommandParameter Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-flyout-f9fffed7.md

latest1.2 KB
Original Source

Flyout.CommandParameter Property

Gets or sets the parameter to pass to the Flyout.Command. This is a dependency property.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public object CommandParameter { get; set; }
vb
Public Property CommandParameter As Object

Property Value

TypeDescription
Object

A parameter to pass to the Flyout.Command.

|

See Also

Command

Flyout Class

Flyout Members

DevExpress.Xpf.WindowsUI Namespace