Method | Description | |
---|---|---|
Action ( string action, object values ) : |
Sets the action to which the date should navigate
|
|
Action ( string action, string controller, object values ) : |
Sets the action to which the item should navigate
|
|
CalendarSelectionSettingsBuilder ( |
Initializes a new instance of the CalendarSelectionSettingsBuilder class.
|
|
Dates ( IList |
Defines list of dates. This list determines which dates to be rendered with action link.
|
public Action ( string action, object values ) : |
||
action | string | Name of the action. |
values | object | The route values. |
return |
public Action ( string action, string controller, object values ) : |
||
action | string | Name of the action. |
controller | string | Name of the controller. |
values | object | The route values. |
return |
public CalendarSelectionSettingsBuilder ( |
||
settings | The selection settings. | |
viewContext | System.Web.Mvc.ViewContext | The view context. |
return | System |
public Dates ( IList |
||
dates | IList |
List of |
return |