Back to Devexpress

PopupWindowFooterStyle Class

aspnet-devexpress-dot-web-4e6b50e7.md

latest2.2 KB
Original Source

PopupWindowFooterStyle Class

Defines style settings for a popup window’s footer.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return PopupWindowFooterStyle objects:

Remarks

The PopupWindowFooterStyle class contains settings that define the style of a popup window’s footer. An object of the PopupWindowFooterStyle type can be accessed via a popup control’s ASPxPopupControl.FooterStyle property and via a popup window’s PopupWindow.FooterStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle PopupWindowStyle PopupWindowFooterStyle

See Also

PopupWindowFooterStyle Members

DevExpress.Web Namespace