IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Sample code for the DesignerView1 class
public class DesignerView1 : ContentViewDesignerView
{
public override string ViewTitle
get
return "My View";
}
public override string ViewName
return this.GetType().Name;
public override IEnumerable<
System.Web.UI.ScriptDescriptor
> GetScriptDescriptors()
return null;
System.Web.UI.ScriptReference
> GetScriptReferences()
protected override void InitializeControls(Telerik.Sitefinity.Web.UI.GenericContainer container)
protected override string LayoutTemplateName
return string.Empty;
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important