PopupControlStyles.Content Property
Gets style settings for a window’s content region.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PopupWindowContentStyle Content { get; }
#Property Value
Type | Description |
---|---|
Popup |
A Popup |
#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 ASPx
If the ASPx