Angular TreeList - loadPanel
Configures the load panel.
The load panel is displayed while the widget loads data. It consists of a loading indicator and text, both placed on a pane.
Since the load panel is, in fact, the DevExtreme LoadPanel widget, the loadPanel object can contain any options of this widget along with options described here.
See Also
enabled
Enables displaying the load panel automatically.
Displaying the load panel is enabled for remote data and disabled for local data by default. Set this option to true to always enable displaying or false to never show the load panel.
indicatorSrc
Specifies a URL pointing to an image to be used as a loading indicator.
shading
Specifies whether to shade the widget when the load panel is shown.
shadingColor
Specifies the shading color. Applies only if shading is true.
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
If you have technical questions, please create a support ticket in the DevExpress Support Center.