ClassCardChildBase
Class
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:
Implements:
Inherited Members
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