Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanStackedHeader - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanStackedHeader

    Defines the stacked header for Kanban columns with text and key fields.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    SfDataBoundComponent
    KanbanStackedHeader
    Inherited Members
    SfDataBoundComponent.SetDataManager<T>(Object)
    SfDataBoundComponent.OnParametersSetAsync()
    SfDataBoundComponent.OnAfterRenderAsync(Boolean)
    SfDataBoundComponent.DataManager
    SfDataBoundComponent.MainParent
    Namespace: Syncfusion.Blazor.Kanban
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class KanbanStackedHeader : SfDataBoundComponent

    Constructors

    KanbanStackedHeader()

    Declaration
    public KanbanStackedHeader()

    Properties

    ChildContent

    Defines the child content

    Declaration
    public RenderFragment ChildContent { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    KeyFields

    Defines the multiple columns keyField

    Declaration
    public List<string> KeyFields { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Text

    Defines the column header text

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

    Methods

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    SfDataBoundComponent.OnInitializedAsync()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved