TreeListEditCancelingEventArgs.EditModel Property
Returns the edit model.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public object EditModel { get; }
Property Value
| Type | Description |
|---|---|
| Object | The edit model. |
Remarks
Refer to the EditCanceling event description for more information and an example.
See Also