DetailFormViewModel.EditCommand Property
Gets or sets the command executed when an item is edited.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Command<bool?> EditCommand { get; }
Property Value
Type | Description |
---|---|
Command<Nullable<Boolean>> | A command that exposes the ICommand interface. |
See Also