Telerik.Web.Mvc.UI.CalendarSelectionSettingsBuilder.CalendarSelectionSettingsBuilder C# (CSharp) Method

CalendarSelectionSettingsBuilder() public method

Initializes a new instance of the CalendarSelectionSettingsBuilder class.
public CalendarSelectionSettingsBuilder ( CalendarSelectionSettings settings, System.Web.Mvc.ViewContext viewContext ) : System
settings CalendarSelectionSettings The selection settings.
viewContext System.Web.Mvc.ViewContext The view context.
return System
        public CalendarSelectionSettingsBuilder(CalendarSelectionSettings settings, ViewContext viewContext)
        {
            this.viewContext = viewContext;
            this.settings = settings;
        }