Skip to main content

DXButton.Command Property

Gets or sets a command that is executed when a user clicks the button. 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 ICommand Command { get; set; }

#Property Value

Type Description
ICommand

A command that is executed when a user clicks the button.

See Also