Telerik.Web.Mvc.UI.CalendarSelectionSettingsBuilder.CalendarSelectionSettingsBuilder C# (CSharp) Méthode

CalendarSelectionSettingsBuilder() public méthode

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.
Résultat System
        public CalendarSelectionSettingsBuilder(CalendarSelectionSettings settings, ViewContext viewContext)
        {
            this.viewContext = viewContext;
            this.settings = settings;
        }