menu

Blazor

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

    Show / Hide Table of Contents

    Class HeaderRowsModel

    A class that represents the configuration of the header rows in a scheduler.

    Inheritance
    System.Object
    HeaderRowsModel
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HeaderRowsModel : Object

    Constructors

    HeaderRowsModel()

    Declaration
    public HeaderRowsModel()

    Properties

    Option

    Gets or sets the HeaderRowType for rendering header rows in timeline views (timelineday, timelineweek, timelinwworkweek and timelinemonth).

    Declaration
    public HeaderRowType Option { get; set; }
    Property Value
    Type
    HeaderRowType

    Template

    Gets or sets template as a Microsoft.AspNetCore.Components.RenderFragment<> that defines custom appearance for rendering header rows.

    Declaration
    public RenderFragment<TemplateContext> Template { get; set; }
    Property Value
    Type
    Microsoft.AspNetCore.Components.RenderFragment<TemplateContext>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved