DetailFormViewModel.CanEdit(Nullable<Boolean>) Method
Checks whether the Edit operation is available.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
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