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

PopupControlStyles.Footer Property

Gets style settings for a window’s footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PopupWindowFooterStyle Footer { get; }

Property Value

Type Description
PopupWindowFooterStyle

A PopupWindowFooterStyle object that contains style settings for a window’s footer.

Remarks

The Footer property provides access to style settings which define the style for a window’s footer.

Note

For ASPxPopupControl only:

If the ASPxPopupControl.Windows collection is empty, the Footer property is applied to the default popup window. Otherwise, the Footer property specifies a common footer style for all popup windows from the ASPxPopupControl.Windows collection. In this case, the Footer property’s value can be overridden by using the PopupWindow.FooterStyle property of individual windows.

See Also