LoadingPanelSettings.Modal Property
In This Article
Gets or sets whether the Loading Panel is displayed in modal mode.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the Loading |
#Remarks
When the LoadingPanel is displayed in modal mode, the Loading Div element covers the page with controls or a particular control (if the LoadingPanelSettings.ContainerElementID property is defined). It retains the input focus while active. The user cannot switch focus to the page until the LoadingPanel is not hidden.
See Also