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

LoadingPanelSettings.ContainerElementResolve Property

Enables you to manually find an object specified by the LoadingPanelSettings.ContainerElementID property, if it can’t be found automatically (for instance, if it’s hidden within a naming container).

Namespace: DevExpress.Web.Mvc

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

Declaration

public EventHandler<ControlResolveEventArgs> ContainerElementResolve { get; set; }

Property Value

Type Description
EventHandler<ControlResolveEventArgs>

An EventHandler<TEventArgs><ControlResolveEventArgs,> delegate method allowing you to implement custom processing.

See Also