Skip to main content
All docs
V25.1
  • ITreeList.EditFormTemplate Property

    Specifies the template used to display the edit form.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    RenderFragment<TreeListEditFormTemplateContext> EditFormTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<TreeListEditFormTemplateContext>

    The edit form template.

    Remarks

    Refer to the EditFormTemplate property description for more information and an example.

    See Also