ClassTelerikLoaderContainer
A component that lets you overlay content with a loader and optional text. Supports visibility via Visible, loader animation LoaderType, theme color through ThemeColor, sizing with Size, loader/text layout through LoaderPosition, custom Template, and Text for status messages.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikLoaderContainer : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikLoaderContainer
Implements:
Inherited Members
Constructors
TelerikLoaderContainer()
Declaration
public TelerikLoaderContainer()
Properties
LoaderPosition
Defines the loader position against the text.
Declaration
[Parameter]
public LoaderPosition LoaderPosition { get; set; }
Property Value
LoaderType
Defines the type of the Loader animation.
Declaration
[Parameter]
public LoaderType LoaderType { get; set; }
Property Value
ShowOverlay
Defines whether the overlay is rendered over the content behind the loader container. Default value is true.
Size
Specifies the size of the LoaderContainer.
Template
Defines the template for the loader container.
Declaration
[Parameter]
public RenderFragment Template { get; set; }
Property Value
Text
Defines the text of the Loader container.
ThemeColor
Defines the theme color of the Loader container.
Declaration
[Parameter]
public string ThemeColor { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides