Skip to main content
Tab

PopupWindowFooterStyle Class

Defines style settings for a popup window’s footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PopupWindowFooterStyle :
    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.

See Also