PopupWindowFooterStyle Class
In This Article
Defines style settings for a popup window’s footer.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Related API Members
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.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
PopupWindowStyle
PopupWindowFooterStyle
See Also