DxLoadingPanel Properties
A loading panel component that can display an overlay over components/containers.| Name | Description |
|---|---|
| ApplyBackgroundShading | Specifies whether to shade the background when the Loading Panel appears. |
| ChildContent | Specifies Loading Panel’s target content. |
| CloseOnClick | Specifies whether Loading Panel closes on target content click. |
| CssClass | Assigns a CSS class to the Loading Panel. |
| Id | Specifies the control’s unique identifier. |
| IndicatorAnimationType | Specifies the indicator’s animation type. |
| IndicatorAreaVisible | Specifies the indicator’s area visibility. |
| IndicatorCssClass | Assigns a CSS class to the indicator. |
| IndicatorTemplate | Specifies custom content for the indicator. |
| IndicatorVisible | Specifies visibility of the Loading Panel’s indicator. |
| IsContentBlocked | Specifies whether to block user interactions with target content when the Loading Panel is visible. |
| IsContentVisible | Specifies whether content behind the Loading Panel is visible. |
| PositionTarget | Specifies the target UI element relative to which the Loading Panel is positioned. |
| SizeMode | Specifies the size of the loading panel. |
| Text | Specifies the text displayed next to an indicator. |
| TextAlignment | Specifies where the Loading Panel’s text appears relative to its indicator. |
| Visible | Specifies the Loading Panel’s visibility. |
| ZIndex | Specifies the Loading Panel’s z-index. |
See Also