Flyout.CommandTarget Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
public IInputElement CommandTarget { get; set; }
#Property Value
Type | Description |
---|---|
IInput |
An element on which to raise the Flyout. |
See Also