blazor-devexpress-dot-blazor-dot-dxloadingpanel-dot-underscore-members.md
A loading panel component that can display an overlay over components/containers.
| Name | Description |
|---|---|
| DxLoadingPanel() | Initializes a new instance of the DxLoadingPanel class. |
| 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. |
| 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. |
| Name | Description |
|---|---|
| VisibleChanged | Fires when the Loading Panel’s visibility changes. |
See Also