DetailEditFormViewModel.CanSave() Method
Checks whether the Save Changes operation is available.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public virtual bool CanSave()
Returns
Type | Description |
---|---|
Boolean |
|
Remarks
You can call the SaveAsync() method or use the SaveCommand to save the edited item.
See Also