ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AgendaViewSettings - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AgendaViewSettings

    A class that holds schedule Agenda view items

    Inheritance
    System.Object
    EJTagHelper
    AgendaViewSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class AgendaViewSettings : EJTagHelper

    Constructors

    AgendaViewSettings()

    Declaration
    public AgendaViewSettings()

    Properties

    DateColumnTemplateId

    Gets or sets the template value for date column.

    Declaration
    [JsonProperty("dateColumnTemplateId")]
    public string DateColumnTemplateId { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the template value for date column.

    DaysInAgenda

    Gets or sets the no of days to be displayed in Agenda view.

    Declaration
    [JsonProperty("daysInAgenda")]
    public int DaysInAgenda { get; set; }
    Property Value
    Type Description
    System.Int32

    It accepts the no of days to be displayed in Agenda view.

    TimeColumnTemplateId

    Gets or sets the template value for time column.

    Declaration
    [JsonProperty("timeColumnTemplateId")]
    public string TimeColumnTemplateId { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the template value for time column.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved