Class AgendaViewSettingsBuilder
A builder class that holds settings for Agenda view
Inheritance
System.Object
AgendaViewSettingsBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class AgendaViewSettingsBuilder
Constructors
AgendaViewSettingsBuilder()
Initializes a new instance of the AgendaViewSettingsBuilder class.
Declaration
public AgendaViewSettingsBuilder()
AgendaViewSettingsBuilder(AgendaViewSettings)
Initializes a new instance of the AgendaViewSettingsBuilder class to indicate the agenda view.
Declaration
public AgendaViewSettingsBuilder(AgendaViewSettings agenda)
Parameters
Type | Name | Description |
---|---|---|
AgendaViewSettings | agenda | It accepts the the agenda view object. |
Methods
DateColumnTemplateId(String)
This field stores the template value for date column.
Declaration
public AgendaViewSettingsBuilder DateColumnTemplateId(string dateColumnTemplateId)
Parameters
Type | Name | Description |
---|---|---|
System.String | dateColumnTemplateId | It accepts the template value for date column. |
Returns
Type | Description |
---|---|
AgendaViewSettingsBuilder |
DaysInAgenda(Int32)
This field stores the no of days to be displayed in Agenda view.
Declaration
public AgendaViewSettingsBuilder DaysInAgenda(int daysInAgenda)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | daysInAgenda | It accepts the no of days to be displayed in Agenda view. |
Returns
Type | Description |
---|---|
AgendaViewSettingsBuilder |
TimeColumnTemplateId(String)
This field stores the template value for time column.
Declaration
public AgendaViewSettingsBuilder TimeColumnTemplateId(string timeColumnTemplateId)
Parameters
Type | Name | Description |
---|---|---|
System.String | timeColumnTemplateId | It accepts the template value for time column. |
Returns
Type | Description |
---|---|
AgendaViewSettingsBuilder |