Skip to main content

ButtonInfo.Command Property

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

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public ICommand Command { get; set; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that represents a command associated with the button.

Remarks

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

See Also