TreeListEmptyDataAreaTemplateContext(ITreeList) Constructor
In This Article
Initializes a new instance of the TreeListEmptyDataAreaTemplateContext class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public TreeListEmptyDataAreaTemplateContext(
ITreeList treeList
)
#Parameters
Name | Type | Description |
---|---|---|
tree |
ITree |
The Tree |
See Also