Class CardHeader
The Card header is used to display descriptive information.
Inherited Members
Namespace: Syncfusion.Blazor.Cards
Assembly: Syncfusion.Blazor.dll
Syntax
public class CardHeader : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
CardHeader()
Declaration
public CardHeader()
Properties
ChildContent
Represents a segment of UI content, implemented.
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
| Type |
|---|
| RenderFragment |
ImagePosition
Represents image position in the card header.
Declaration
[Parameter]
public ImagePosition ImagePosition { get; set; }
Property Value
| Type |
|---|
| ImagePosition |
ImageUrl
Represents a Header image location for the card component.
Declaration
[Parameter]
public string ImageUrl { get; set; }
Property Value
| Type |
|---|
| string |
SubTitle
Represents a SubTile for the Card Header.
Declaration
[Parameter]
public string SubTitle { get; set; }
Property Value
| Type |
|---|
| string |
Title
Represents a Tile for the Card Header.
Declaration
[Parameter]
public string Title { get; set; }
Property Value
| Type |
|---|
| string |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |