menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CardHeader - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Microsoft.AspNetCore.Components.RenderFragment

    ImagePosition

    Represents image position in the card header.

    Declaration
    public ImagePosition ImagePosition { get; set; }
    Property Value
    Type
    ImagePosition

    ImageUrl

    Represents a Header image location for the card component.

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    Type
    System.String

    SubTitle

    Represents a SubTile for the Card Header.

    Declaration
    public string SubTitle { get; set; }
    Property Value
    Type
    System.String

    Title

    Represents a Tile for the Card Header.

    Declaration
    public string Title { get; set; }
    Property Value
    Type
    System.String

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved