TelerikCard
A component that lets you compose content into a structured card with header, body, actions, and footer. Supports orientation, and predefined child card components : CardHeader, CardTitle, CardSubTitle, CardBody, CardImage, CardSeparator, CardActions, CardFooter. Children: CardHeader, CardTitle, CardSubTitle, CardBody, CardImage, CardSeparator, CardActions, CardFooter.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikCard : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikCard
Implements:
Inherited Members
Constructors
public TelerikCard()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
Defines the child content of the component. Children: CardHeader, CardTitle, CardSubTitle, CardBody, CardImage, CardSeparator, CardActions, CardFooter.
[Parameter]
public RenderFragment ChildContent { get; set; }
Defines the orientation of the card. It will order the components via flex-flow css rule.
[Parameter]
public CardOrientation Orientation { get; set; }
public string StyleToRender { get; }