Skip to main content

DXButton.CommandParameter Property

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

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

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

#Property Value

Type Description
Object

A parameter passed to the Command property.

See Also