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