Skip to main content
All docs
V26.1
  • TreeListEmptyDataAreaTemplateContext(ITreeList) Constructor

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    public TreeListEmptyDataAreaTemplateContext(
        ITreeList treeList
    )

    Parameters

    Name Type Description
    treeList ITreeList

    The TreeList object.

    See Also