ClassTelerikFloatingLabel
Class
The Telerik Floating Label component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikFloatingLabel : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikFloatingLabel
Implements:
Inherited Members
Constructors
TelerikFloatingLabel()
Declaration
cs-api-definition
public TelerikFloatingLabel()
Properties
ChildContent
Specifies the child content.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Id
Specifies the id of the label.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides