Class TelerikCard
The class for the Telerik Card component. Predefined child card components are CardHeader, CardTitle, CardSubTitle, CardBody, CardImage, CardSeparator, CardActions, CardFooter.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikCard : BaseComponent, IDisposable
Constructors
TelerikCard()
Declaration
public TelerikCard()
Properties
ChildContent
Defines the child content of the component.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Height
Defines the height of the card.
Declaration
public string Height { get; set; }
Property Value
System.String
|
Orientation
Defines the orientation of the card. It will order the components via flex-flow
css rule.
Declaration
public CardOrientation Orientation { get; set; }
Property Value
CardOrientation
|
StyleToRender
Declaration
public string StyleToRender { get; }
Property Value
System.String
|
ThemeColor
Defines the themecolor of the card. ThemeConstants.Card.ThemeColor.
Declaration
public string ThemeColor { get; set; }
Property Value
System.String
|
Width
Defines the width of the card.
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|