AjaxControlToolkit.Design.ReorderListDesigner.GetEmptyDesignTimeHtml C# (CSharp) Method

GetEmptyDesignTimeHtml() protected method

protected GetEmptyDesignTimeHtml ( ) : string
return string
        protected override string GetEmptyDesignTimeHtml()
        {
            var templateEmpty = "<br />Empty " + TemplateItems[CurrentView].Name + "<br />";
            return CreatePlaceHolderDesignTimeHtml(templateEmpty);
        }