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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
EventHandler<ControlResolveEventArgs> | An EventHandler<TEventArgs><ControlResolveEventArgs,> delegate method allowing you to implement custom processing. |
See Also