New to Telerik UI for ASP.NET Core? Download free 30-day trial

CalendarSelectionSettingsBuilder

Methods

Dates(System.Collections.Generic.IList)

Defines list of dates. This list determines which dates to be rendered with action link.

Parameters

dates - System.Collections.Generic.IList<DateTime>

List of System.DateTime objects

Action(Microsoft.AspNetCore.Routing.RouteValueDictionary)

Sets the action to which the date should navigate

Parameters

routeValues - Microsoft.AspNetCore.Routing.RouteValueDictionary

The route values of the Action method.

Action(System.String,System.String,System.Object)

Sets the action to which the item should navigate

Parameters

action - System.String

Name of the action.

controller - System.String

Name of the controller.

values - System.Object

The route values.

In this article
Not finding the help you need?