Class CardTitle
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class CardTitle : CardChildBase
Constructors
CardTitle()
Declaration
public CardTitle()
Properties
Id
Defines the id that will be added to the element.
Declaration
public string Id { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|