DetailEditFormViewModel.CanSave() Method
In This Article
Checks whether the Save Changes operation is available.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
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