Skip to main content
All docs
V23.2

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 Specifies the name of the CSS class applied 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 Specifies the CSS class name applied 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 a dialog’s inner elements. Also affects a dialog’s size and content. Inherited from DxSizableComponentBase.
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