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

PopupWindow.FooterStyle Property

Gets style settings for the popup window’s footer.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public PopupWindowFooterStyle FooterStyle { get; }

Property Value

Type Description
PopupWindowFooterStyle

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

Remarks

The FooterStyle property provides access to style settings which define the appearance style for the current popup window’s footer.

Note

The value assigned to the FooterStyle property of a popup window overrides the value set for the popup control’s ASPxPopupControl.FooterStyle property (if any) which specifies a common footer style for all popup windows from the ASPxPopupControl.Windows collection.

See Also