Back to Devexpress

UICommand.Command Property

corelibraries-devexpress-dot-mvvm-dot-uicommand-526a0212.md

latest1.1 KB
Original Source

UICommand.Command Property

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

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
public ICommand Command { get; set; }
vb
Public Property Command As ICommand

Property Value

TypeDescription
ICommand

A command to invoke when the dialog button is clicked.

|

See Also

UICommand Class

UICommand Members

DevExpress.Mvvm Namespace