Back to Devexpress

PopupWindowContentStyle Class

aspnet-devexpress-dot-web-dfd5bb24.md

latest2.8 KB
Original Source

PopupWindowContentStyle Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PopupWindowContentStyle :
    PopupWindowStyle
vb
Public Class PopupWindowContentStyle
    Inherits PopupWindowStyle

The following members return PopupWindowContentStyle objects:

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle PopupWindowStyle PopupWindowContentStyle

See Also

PopupWindowContentStyle Members

DevExpress.Web Namespace