Class
CardChildBase

Base class for card building blocks.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class CardChildBase : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Inheritance: objectComponentBaseCardChildBase

Derived Classes: CardActionsCardBodyCardFooterCardHeaderCardSeparatorCardSubTitleCardTitle

Implements: IComponentIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitialized()ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

CardChildBase()

Declaration

cs-api-definition
public CardChildBase()

Properties

ChildContent

Defines the content of the component.

Declaration

cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Class

Defines the class that will be added to the element.

Declaration

cs-api-definition
[Parameter]
public string Class { get; set; }

Property Value

string