TreeListEmptyDataAreaTemplateContext(ITreeList) Constructor
Initializes a new instance of the TreeListEmptyDataAreaTemplateContext class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public TreeListEmptyDataAreaTemplateContext(
ITreeList treeList
)
Parameters
| Name | Type | Description |
|---|---|---|
| treeList | ITreeList | The TreeList object. |
See Also