TemplateContainer

TemplateContainer.NET 1.1, disposable

System.Web.UI.MobileControls (system.web.mobile.dll)class

The TemplateContainer class is used with controls that support templating. Essentially, controls that use templates will add child controls inside separate TemplateContainer instances. The TemplateContainer class inherits from the Panel class, which gives it the ability to host child controls.

public class TemplateContainer : Panel, System.Web.UI.INamingContainer {
// Public Constructors
   public TemplateContainer( );
// Public Instance Properties
   public override bool BreakAfter{set; get; }                   // overrides Panel
}

Hierarchy

System.Object System.Web.UI.Control(System.ComponentModel.IComponent, System.IDisposable, System.Web.UI.IParserAccessor, System.Web.UI.IDataBindingsAccessor) MobileControl(System.Web.UI.IAttributeAccessor) Panel(ITemplateable) TemplateContainer(System.Web.UI.INamingContainer)

Subclasses

MobileListItem



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace