blazor-devexpress-dot-blazor-aaa8e6f8.md
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.2.dll
NuGet Package : DevExpress.Blazor
public class TreeListEditFormTemplateContext :
GridEditFormTemplateContextBase
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 additional information: Pop-Up and Inline Edit Forms in Blazor TreeList.
Object DevExpress.Blazor.Grid.Internal.GridTemplateContextBase DevExpress.Blazor.Grid.Internal.GridEditFormTemplateContextBase TreeListEditFormTemplateContext
See Also