Skip to main content
A newer version of this page is available. .

LoadingPanelSettings.Modal Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool Modal { get; set; }

Property Value

Type Description
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 the focus to the page until the LoadingPanel is not hidden.

See Also