TreeListCustomizeDataRowEditorEventArgs.EditModel Property
In This Article
Returns the edit model.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public object EditModel { get; }
#Property Value
Type | Description |
---|---|
Object | The edit model. |
#Remarks
Use this property to get the edit model in the CustomizeDataRowEditor event handler. Refer to the event description for more information and an example.
See Also