Skip to main content
A newer version of this page is available. .

UICommand.Command Property

Gets or sets the command to invoke when the dialog button is clicked.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public ICommand Command { get; set; }

Property Value

Type Description
ICommand

A command to invoke when the dialog button is clicked.

See Also