aspnet-devexpress-dot-web-995522c2.md
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
public class PopupControlTemplateContainer :
ItemTemplateContainerBase
Public Class PopupControlTemplateContainer
Inherits ItemTemplateContainerBase
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.
Object Control TemplateContainerBase ItemTemplateContainerBase PopupControlTemplateContainer
See Also