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

PopupWindowContentStyle Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class PopupWindowContentStyle :
    PopupWindowStyle

The following members return PopupWindowContentStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxPopupControl.ContentStyle
PopupControlStyles.Content
PopupWindow.ContentStyle
RibbonStyles.ItemDropDownPopup
TreeListStyles.CustomizationWindowContent
TreeListStyles.PopupEditFormWindowContent
ASP.NET Bootstrap Controls BootstrapPopupControl.ContentStyle

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