Class AgendaViewSettings
A class that holds schedule Agenda view items
Inherited Members
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. |