Back to Devexpress

LoadingPanelSettings.Modal Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-loadingpanelsettings-144f385a.md

latest1.7 KB
Original Source

LoadingPanelSettings.Modal Property

Gets or sets whether the Loading Panel is displayed in modal mode.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool Modal { get; set; }
vb
Public Property Modal As Boolean

Property Value

TypeDescription
Boolean

true if the LoadingPanel is displayed in modal mode; otherwise, false.

|

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

Loading Panel Visual Elements

LoadingPanelSettings Class

LoadingPanelSettings Members

DevExpress.Web.Mvc Namespace