Skip to main content
All docs
V26.1
  • TreeListEmptyDataAreaTemplateContext Class

    Stores information about the TreeList and is passed as the context parameter to the TreeList.EmptyDataAreaTemplate.

    Namespace: DevExpress.Blazor

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

    Declaration

    public class TreeListEmptyDataAreaTemplateContext :
        GridEmptyDataAreaTemplateContextBase

    Remarks

    Refer to the EmptyDataAreaTemplate property description for additional information and an example.

    Inheritance

    Object
    DevExpress.Blazor.Grid.Internal.GridTemplateContextBase
    DevExpress.Blazor.Grid.Internal.GridEmptyDataAreaTemplateContextBase
    TreeListEmptyDataAreaTemplateContext
    See Also