Class MenuItemsBuilder
A builder class that holds Scheduler menu items
Inheritance
System.Object
MenuItemsBuilder
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 MenuItemsBuilder
Constructors
MenuItemsBuilder()
Initializes a new instance of the MenuItemsBuilder class.
Declaration
public MenuItemsBuilder()
MenuItemsBuilder(MenuItems)
Initializes a new instance of the MenuItemsBuilder class to indicate the menu items.
Declaration
public MenuItemsBuilder(MenuItems menuItems)
Parameters
Type | Name | Description |
---|---|---|
MenuItems | menuItems | It accepts the MenuItems object. |
Methods
Appointment(List<Appointment>)
This field stores the value of an appointment menu items.
Declaration
public MenuItemsBuilder Appointment(List<Appointment> appointment)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Appointment> | appointment | It accepts the value for an appointment menu items. |
Returns
Type | Description |
---|---|
MenuItemsBuilder |
Cells(List<Cells>)
This field stores the value of cell menu items.
Declaration
public MenuItemsBuilder Cells(List<Cells> cells)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Cells> | cells | It accepts the value for cell menu items. |
Returns
Type | Description |
---|---|
MenuItemsBuilder |