Class RadzenLabel
RadzenLabel component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenLabel : RadzenComponent, IDisposable
Examples
<RadzenLabel Text="CompanyName" Component="CompanyName" />
<RadzenTextBox Name="CompanyName" />
Properties
ChildContent
Gets or sets the child content.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment | The child content. |
Component
Gets or sets the component name for the label.
Declaration
public string Component { get; set; }
Property Value
Type | Description |
---|---|
System.String | The component name for the label. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable