Back to Devexpress

Flyout.CommandTarget Property

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

latest1.2 KB
Original Source

Flyout.CommandTarget Property

Gets or sets the element on which to raise 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 IInputElement CommandTarget { get; set; }
vb
Public Property CommandTarget As IInputElement

Property Value

TypeDescription
IInputElement

An element on which to raise the Flyout.Command.

|

See Also

Command

Flyout Class

Flyout Members

DevExpress.Xpf.WindowsUI Namespace