UICommand.Command Property
Gets or sets the command to invoke when the dialog button is clicked.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
ICommand | A command to invoke when the dialog button is clicked. |
See Also