DetailFormViewModel.CanEdit(Nullable<Boolean>) Method
When implemented, checks whether source item property values can be edited.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public virtual bool CanEdit(
bool? animate = false
)
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
animate | Nullable<Boolean> | False | Specifies whether animation effects apply to the edit form when it is invoked. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also