Back to Devexpress

DxLoadingPanel Members

blazor-devexpress-dot-blazor-dot-dxloadingpanel-dot-underscore-members.md

latest5.1 KB
Original Source

DxLoadingPanel Members

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

Constructors

NameDescription
DxLoadingPanel()Initializes a new instance of the DxLoadingPanel class.

Properties

NameDescription
ApplyBackgroundShadingSpecifies whether to shade the background when the Loading Panel appears.
ChildContentSpecifies Loading Panel’s target content.
CloseOnClickSpecifies whether Loading Panel closes on target content click.
CssClassAssigns a CSS class to the Loading Panel.
IdSpecifies the control’s unique identifier.
IndicatorAnimationTypeSpecifies the indicator’s animation type.
IndicatorAreaVisibleSpecifies the indicator’s area visibility.
IndicatorCssClassAssigns a CSS class to the indicator.
IndicatorTemplateSpecifies custom content for the indicator.
IndicatorVisibleSpecifies visibility of the Loading Panel’s indicator.
IsContentBlockedSpecifies whether to block user interactions with target content when the Loading Panel is visible.
IsContentVisibleSpecifies whether content behind the Loading Panel is visible.
PositionTargetSpecifies the target UI element relative to which the Loading Panel is positioned.
SizeModeSpecifies the size of the loading panel.
TextSpecifies the text displayed next to an indicator.
TextAlignmentSpecifies where the Loading Panel’s text appears relative to its indicator.
VisibleSpecifies the Loading Panel’s visibility.
ZIndexSpecifies the Loading Panel’s z-index.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
VisibleChangedFires when the Loading Panel’s visibility changes.

See Also

DxLoadingPanel Class

DevExpress.Blazor Namespace