Skip to main content

ButtonInfo.Command Property

Gets or sets a command associated with the button. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type
ICommand

Remarks

To pass a parameter to the command, use the ButtonInfo.CommandParameter property

See Also