Back to Devexpress

HamburgerMenuHyperlinkButton.Command Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-hamburgermenuhyperlinkbutton-230d79a0.md

latest1.6 KB
Original Source

HamburgerMenuHyperlinkButton.Command Property

Gets or sets the command to invoke when the hyperlink item is clicked.

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
ICommand

An ICommand object to invoke when the hyperlink item is clicked.

|

Remarks

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

See Also

HamburgerMenuHyperlinkButton Class

HamburgerMenuHyperlinkButton Members

DevExpress.Xpf.WindowsUI Namespace