Skip to main content
All docs
V25.1
  • TreeListEditFormTemplateContext Class

    Stores information about the edit form in the TreeList and is passed as the context parameter to the DxTreeList.EditFormTemplate.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public class TreeListEditFormTemplateContext :
        GridEditFormTemplateContextBase

    Remarks

    The EditFormTemplate accepts a TreeListEditFormTemplateContext object as the context parameter. Refer to the EditFormTemplate description for information about the parameter’s members. Refer to the following topic for more information: Pop-Up and Inline Edit Forms in Blazor TreeList.

    Inheritance

    Object
    DevExpress.Blazor.Internal.GridTemplateContextBase
    DevExpress.Blazor.Internal.GridEditFormTemplateContextBase
    TreeListEditFormTemplateContext
    See Also