Class Schedule
A class that holds complete Schedule component values.
Implements
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class Schedule : Control, IHtmlString
Constructors
Schedule()
Initializes a new instance of the Schedule class.
Declaration
public Schedule()
Schedule(String)
Initializes a new instance of the
Declaration
public Schedule(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | It accepts the string value and get the Schedule componenets. |
Schedule(String, ScheduleProperties)
Initializes a new instance of the
Declaration
public Schedule(string id, ScheduleProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | It accepts the string value and get the Schedule componenets. |
ScheduleProperties | propModel | It accepts the properties to perform some function. |
Properties
Model
Gets the Schedule model values.
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the Plugin name that contains a runat=server attribute and key-value pair.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ScheduleModel
Declaration
public ScheduleProperties ScheduleModel { get; set; }
Property Value
Type | Description |
---|---|
ScheduleProperties |
TagName
Gets the element name of a tag that contains a runat=server attribute and key-value pair.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
CreateContainer(String)
Container encapsulates zero or more components.Through a container you can track your components and communicate with them.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | It accepts the string value and displays the components. |
Returns
Type | Description |
---|---|
System.Web.HtmlString | This method returns string value |
Overrides
GetDependentControl()
Declaration
protected override List<string> GetDependentControl()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Overrides
RenderControl(String)
Renders the Schedule Control elements.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | It accepts the string value and renders the Schedule control elements. |