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

PopupWindowFooterStyle Class

Defines style settings for a popup window’s footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class PopupWindowFooterStyle :
    PopupWindowStyle

The following members return PopupWindowFooterStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxPopupControl.FooterStyle
CardViewCustomizationWindowPopupStyle.Footer
GridViewCustomizationWindowPopupStyle.Footer
PopupControlStyles.Footer
PopupWindow.FooterStyle
TreeListCustomizationWindowPopupStyle.Footer
ASP.NET Bootstrap Controls BootstrapPopupControl.FooterStyle

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