Skip to main content
Tab

PopupWindowContentStyle Class

Defines style settings for a popup window’s content region.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PopupWindowContentStyle :
    PopupWindowStyle

Remarks

The PopupWindowContentStyle class contains settings that define the style of the content region within a popup window.

An object of the PopupWindowContentStyle type can be accessed via the ASPxPopupControl.ContentStyle of a popup control and via the PopupWindow.ContentStyle of a popup window object.

See Also