Skip to main content
All docs
V23.2

DxLoadingPanel Members

A loading panel component that can display an overlay over components/containers.

Constructors

Name Description
DxLoadingPanel() Initializes a new instance of the DxLoadingPanel class.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
VisibleChanged Fires when the Loading Panel’s visibility changes.
See Also