Expose the EditContext property of RadzenTemplateForm as a parameter.

This commit is contained in:
Atanas Korchev
2022-06-15 13:36:47 +03:00
parent e540855bf9
commit c94c00d933

View File

@@ -228,6 +228,7 @@ namespace Radzen.Blazor
/// Gets or sets the edit context.
/// </summary>
/// <value>The edit context.</value>
[Parameter]
public EditContext EditContext { get; set; }
/// <inheritdoc />