Skip to main content

ButtonInfo.CommandParameter Property

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

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null)]
public object CommandParameter { get; set; }

#Property Value

Type Description
Object

An object that represents the parameter to pass to the command.

#Remarks

To specify the command associated with the button, use the ButtonInfo.Command property.

See Also