alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class HeaderRowsModel

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

    Inheritance
    object
    HeaderRowsModel
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HeaderRowsModel

    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
    [JsonPropertyName("option")]
    [JsonConverter(typeof(JsonStringEnumConverter))]
    public HeaderRowType Option { get; set; }
    Property Value
    Type
    HeaderRowType

    Template

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

    Declaration
    [JsonIgnore]
    public RenderFragment<TemplateContext> Template { get; set; }
    Property Value
    Type
    RenderFragment<TemplateContext>
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved