PanelModalBackgroundStyle Class
In This Article
Contains style settings that define the appearance of the page displayed behind the invoked modal panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PanelModalBackgroundStyle :
AppearanceStyleBase
#Related API Members
The following members return PanelModalBackgroundStyle objects:
#Remarks
The PanelModalBackgroundStyle class contains settings that define the style of the page displayed behind the invoked modal panel. .
An object of the PanelModalBackgroundStyle type can be accessed by the PanelStyles.ModalBackground property of a popup control.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
PanelModalBackgroundStyle
See Also