ASPxPopupControl.WindowContentTemplate Property
Gets or sets a common template used to display the content region of all popup windows from the ASPxPopupControl.Windows collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object that supports the System. |
#Remarks
Use the WindowContentTemplate property to specify a common content region template for all popup windows from the ASPxPopupControl.Windows collection. A window’s content region is considered the area where the controls representing the window’s contents are displayed - it doesn’t involve the window’s header and footer. The template defined using this property replaces any other content of a window’s content region which can be specified by the ASPxPopupControlBase.Text (PopupWindow.Text) and ASPxPopupControlBase.Controls (ContentControlCollectionItem.Controls) properties. The WindowContentTemplate property’s value can be overridden by the PopupWindow.ContentTemplate property of individual windows.
Note that any style settings defined for the content region via specific properties (such as the ASPxPopupControl.ContentStyle or PopupWindow.ContentStyle) are still in effect for a window’s content region whose content is specified through the WindowContentTemplate property.
Note
If the ASPx
Note
Once a template defined via the Window