Skip to main content
All docs
V24.1

TreeListToolbarTemplateContext(ITreeList) Constructor

Initializes a new instance of the TreeListToolbarTemplateContext class with specified settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public TreeListToolbarTemplateContext(
    ITreeList treeList
)

Parameters

Name Type Description
treeList ITreeList

The TreeList object.

See Also