Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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