PopupControlTemplateContainer Class
Represents a container for the templates that are used to render a popup window.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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
Inheritance
Object
Control
TemplateContainerBase
ItemTemplateContainerBase
PopupControlTemplateContainer
See Also