Skip to main content
A newer version of this page is available. .
Tab

PopupControlStyles.Content Property

Gets style settings for a window’s content region.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public PopupWindowContentStyle Content { get; }

Property Value

Type Description
PopupWindowContentStyle

A PopupWindowContentStyle object that contains style settings for a window’s content region.

Remarks

The Content property provides access to style settings which define the style for the content region of a window. A window’s content region is considered the area where window contents are displayed. It doesn’t include the window’s header and footer. The header and footer styles of a window can be defined via the window’s PopupControlStyles.Header and PopupControlStyles.Footer properties respectively.

Note

For ASPxPopupControl only:

If the ASPxPopupControl.Windows collection is empty, the Content property is applied to the default popup window. Otherwise, the Content property specifies a common content style for all popup windows from the ASPxPopupControl.Windows collection. In this case, the Content property’s value can be overridden by using the PopupWindow.ContentStyle property of individual windows.

See Also