ClassTelerikCard
Class
The class for the Telerik Card component. Predefined child card components are CardHeader, CardTitle, CardSubTitle, CardBody, CardImage, CardSeparator, CardActions, CardFooter.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikCard : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikCard
Implements:
Inherited Members
Constructors
TelerikCard()
Declaration
cs-api-definition
public TelerikCard()
Properties
ChildContent
Defines the child content of the component.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Height
Defines the height of the card.
Orientation
Defines the orientation of the card. It will order the components via flex-flow
css rule.
Declaration
cs-api-definition
[Parameter]
public CardOrientation Orientation { get; set; }
Property Value
ThemeColor
Defines the themecolor of the card. ThemeConstants.Card.ThemeColor.
Declaration
cs-api-definition
[Parameter]
public string ThemeColor { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides