Skip to main content

UICommand.Command Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v24.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

#Declaration

public ICommand Command { get; set; }

#Property Value

Type Description
ICommand

A command to invoke when the dialog button is clicked.

See Also