Back to Devexpress

HamburgerMenuHyperlinkButton.CommandTarget Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenuhyperlinkbutton-48a52ce1.md

latest1.8 KB
Original Source

HamburgerMenuHyperlinkButton.CommandTarget Property

Gets or sets the element on which to raise the HamburgerMenuHyperlinkButton.Command.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
[Browsable(false)]
public IInputElement CommandTarget { get; set; }
vb
<Browsable(False)>
Public Property CommandTarget As IInputElement

Property Value

TypeDescription
IInputElement

The IInputElement on which to raise the HamburgerMenuHyperlinkButton.Command.

|

Remarks

The HamburgerMenuHyperlinkButton.Command can receive additional custom parameters (specified via the HamburgerMenuHyperlinkButton.CommandParameter) and a target object on which the command is executed (specified via the CommandTarget ).

See Also

HamburgerMenuHyperlinkButton Class

HamburgerMenuHyperlinkButton Members

DevExpress.Xpf.WindowsUI Namespace