New to Telerik UI for BlazorStart a free 30-day trial

Base class for card building blocks.

Definition

Constructors

C#
public CardChildBase()

Properties

Defines the content of the component.

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

Defines the class that will be added to the element.

C#
[Parameter]
public string Class { get; set; }