Back to Devexpress

PopupControlTemplateContainer Class

aspnet-devexpress-dot-web-995522c2.md

latest2.9 KB
Original Source

PopupControlTemplateContainer Class

Represents a container for the templates that are used to render a popup window.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PopupControlTemplateContainer :
    ItemTemplateContainerBase
vb
Public Class PopupControlTemplateContainer
    Inherits ItemTemplateContainerBase

Remarks

The PopupControlTemplateContainer class represents a container cell for the templates that are used to render popup windows within a popup control.

Objects of the PopupControlTemplateContainer type are automatically instantiated when a template of one of the following types is created: the ASPxPopupControlBase.HeaderTemplate, PopupWindow.HeaderTemplate, ASPxPopupControl.WindowContentTemplate, PopupWindow.ContentTemplate, ASPxPopupControlBase.FooterTemplate or PopupWindow.FooterTemplate.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase ItemTemplateContainerBase PopupControlTemplateContainer

See Also

PopupControlTemplateContainer Members

DevExpress.Web Namespace