alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CardHeader

    The Card header is used to display descriptive information.

    Inheritance
    object
    ComponentBase
    CardHeader
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved