DetailFormViewModel.CanEdit(Nullable<Boolean>) Method
In This Article
Checks whether the Edit operation is available.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public virtual bool CanEdit(
bool? animate = false
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
animate | Nullable<Boolean> | False |
|
#Returns
Type | Description |
---|---|
Boolean |
|
#Remarks
You can call the Edit() method or use the EditCommand to open the edit form.
See Also