Skip to main content
Tab

PopupWindow.ContentStyle Property

Gets style settings for the popup window’s content region.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public PopupWindowContentStyle ContentStyle { get; }

#Property Value

Type Description
PopupWindowContentStyle

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

#Remarks

The ContentStyle property provides access to style settings which define the appearance style for the content region of the current popup window. A popup window’s content region is considered the area where window contents are displayed - it doesn’t involve the window’s header and footer. The header and footer styles of a window can be defined via the window’s PopupWindow.HeaderStyle and PopupWindow.FooterStyle properties respectively.

Note

The value assigned to the ContentStyle property of a popup window overrides the value set for the popup control’s ASPxPopupControl.ContentStyle property (if any) which specifies a common content style for all popup windows from the ASPxPopupControl.Windows collection.

See Also