Skip to main content

RibbonButtonBase.CommandParameter Property

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

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v23.2.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