Skip to main content
All docs
V24.1

TreeListEmptyDataAreaTemplateContext(ITreeList) Constructor

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public TreeListEmptyDataAreaTemplateContext(
    ITreeList treeList
)

Parameters

Name Type Description
treeList ITreeList

The TreeList object.

See Also