aspnet-devexpress-dot-web-dfd5bb24.md
Defines style settings for a popup window’s content region.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class PopupWindowContentStyle :
PopupWindowStyle
Public Class PopupWindowContentStyle
Inherits PopupWindowStyle
The following members return PopupWindowContentStyle objects:
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.
Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle PopupWindowStyle PopupWindowContentStyle
See Also