PopupControlStyles.Footer Property
Gets style settings for a window’s footer.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v23.1.dll
NuGet Package: DevExpress.Web
Declaration
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.