Skip to main content
A newer version of this page is available. .

EventToCommandBase.CommandParameter Property

Gets or sets a parameter to pass to the Command. This is a dependency property.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnCommandParameterChanged")]
public object CommandParameter { get; set; }

Property Value

Type Description
Object

A parameter to pass to the Command.

See Also