Skip to main content

MenuFlyoutItem.CommandParameter Property

Gets or sets an object passed to this item’s MenuFlyoutItem.Command as a parameter. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public object CommandParameter { get; set; }

Property Value

Type Description
Object

An object passed to this item’s MenuFlyoutItem.Command as a parameter.

See Also