Back to Devexpress

TreeListEditFormTemplateContext Class

blazor-devexpress-dot-blazor-aaa8e6f8.md

latest1.4 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
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 additional information: Pop-Up and Inline Edit Forms in Blazor TreeList.

Inheritance

Object DevExpress.Blazor.Grid.Internal.GridTemplateContextBase DevExpress.Blazor.Grid.Internal.GridEditFormTemplateContextBase TreeListEditFormTemplateContext

See Also

TreeListEditFormTemplateContext Members

DevExpress.Blazor Namespace