Skip to main content
Tab

PopupControlTemplateContainer Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PopupControlTemplateContainer :
    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.

Inheritance

See Also