skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class SchedulerMonthView

Inheritance
System.Object
SchedulerView
SchedulerMonthView
Inherited Members
SchedulerView.nullableStartDate
SchedulerView.IsAllDayEvent(IEvent)
SchedulerView.CreateView(SchedulerViewType)
SchedulerView.UpdateAppointments(ObservableCollection<IEvent>)
SchedulerView.AddAppointment(IEvent)
SchedulerView.RemoveAppointment(IEvent)
SchedulerView.AppointmentChanged(IEvent, String)
SchedulerView.IsViewInAccessibleInterval(DateTime)
SchedulerView.IsDateInView(DateTime)
SchedulerView.IsAppointmentInView(IEvent)
SchedulerView.IsResourceIntersectsWithViewResources(IEvent)
SchedulerView.AddResources(SchedulerResourceCollection)
SchedulerView.GetResources()
SchedulerView.GetResource()
SchedulerView.GetResourceId()
SchedulerView.GetViewContainingDate(DateTime, Int32)
SchedulerView.GetPreviousView()
SchedulerView.GetNextView()
SchedulerView.GetPreviousViewWithAppointments(IEnumerable<IEvent>)
SchedulerView.CalculatePreviousView(IEnumerable<IEvent>, DateTime)
SchedulerView.GetNextViewWithAppointments(IEnumerable<IEvent>)
SchedulerView.CalculateNextDate(IEnumerable<IEvent>, DateTime)
SchedulerView.GetFirstAppointment()
SchedulerView.GetLastAppointment()
SchedulerView.SetDefaultTimeZone(SchedulerTimeZone)
SchedulerView.OnPropertyChanged(String[])
SchedulerView.DefaultTimeZone
SchedulerView.OffsetTimeSpan
SchedulerView.StartDate
SchedulerView.CurrentDate
SchedulerView.Name
SchedulerView.Visible
SchedulerView.ReadOnly
SchedulerView.CurrentCulture
SchedulerView.GroupSeparatorWidth
SchedulerView.AllowResourcesScrolling
SchedulerView.ResourcesPerView
SchedulerView.Scheduler
SchedulerView.Appointments
SchedulerView.AppointmentTitleFormat
SchedulerView.EndDate
SchedulerView.ShowHeader
SchedulerView.AllowToolTips
SchedulerView.AllowAppointmentResize
SchedulerView.AllowAppointmentMove
SchedulerView.CellToolTipFormat
SchedulerView.PropertyChanged
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: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll

Syntax

public class SchedulerMonthView : SchedulerView, INotifyPropertyChanged, ISupportShowWeekend

Constructors

SchedulerMonthView()

Initializes a new instance of the SchedulerMonthView class.

Declaration
public SchedulerMonthView()

SchedulerMonthView(DateTime, Boolean)

Initializes a new instance of the SchedulerMonthView class.

Declaration
public SchedulerMonthView(DateTime startDate, bool showWeekend)
Parameters
System.DateTime startDate

The start date.

System.Boolean showWeekend

if set to true weekend days are shown.

Properties

EnableAppointmentsScrolling

Gets or sets a value indicating whether the user can scroll the appointments in month cells.

Declaration
public bool EnableAppointmentsScrolling { get; set; }
Property Value
System.Boolean

EnableCellOverflowButton

Gets or sets a value indicating whether the overflow button is enabled in month cells.

Declaration
public bool EnableCellOverflowButton { get; set; }
Property Value
System.Boolean

EnableWeeksHeader

Gets or sets a value indicating whether to enable quick navigation to week view from month view.

Declaration
public bool EnableWeeksHeader { get; set; }
Property Value
System.Boolean

RangeEndDate

Gets or sets the end range of the vertical navigator.

Declaration
public DateTime RangeEndDate { get; set; }
Property Value
System.DateTime

RangeStartDate

Gets or sets the start range of the vertical navigator.

Declaration
public DateTime RangeStartDate { get; set; }
Property Value
System.DateTime

ScrollBarsWidth

Gets or sets the width of the appointments' scrollbars

Declaration
public int ScrollBarsWidth { get; set; }
Property Value
System.Int32

ShowFullMonth

Gets or sets a value indicating whether this view should always display exactly one month with the respective number of weeks.

Declaration
public bool ShowFullMonth { get; set; }
Property Value
System.Boolean

ShowVerticalNavigator

Gets or sets a value indicating whether the vertical navigator should be displayed.

Declaration
public bool ShowVerticalNavigator { get; set; }
Property Value
System.Boolean

ShowWeekend

Gets or sets a value indicating whether weekend days are shown.

Declaration
public virtual bool ShowWeekend { get; set; }
Property Value
System.Boolean

true if weekend days are shown; otherwise, false.

Implements
ISupportShowWeekend.ShowWeekend

ShowWeeksHeader

Gets or sets a value indicating whether to show the weeks header

Declaration
public bool ShowWeeksHeader { get; set; }
Property Value
System.Boolean

ViewType

Gets the type of the view.

Declaration
public override SchedulerViewType ViewType { get; }
Property Value
SchedulerViewType

The type of the view.

Overrides
SchedulerView.ViewType

WeekCount

Gets or sets the week count.

Declaration
public virtual int WeekCount { get; set; }
Property Value
System.Int32

The week count.

WeekDaysCount

Gets the number of week days displayed.

Declaration
public virtual int WeekDaysCount { get; }
Property Value
System.Int32

WorkWeekEnd

Gets or sets the last day of the working week.

Declaration
public DayOfWeek WorkWeekEnd { get; set; }
Property Value
System.DayOfWeek

Implements
ISupportShowWeekend.WorkWeekEnd

WorkWeekStart

Gets or sets the first day of the working week.

Declaration
public DayOfWeek WorkWeekStart { get; set; }
Property Value
System.DayOfWeek

Implements
ISupportShowWeekend.WorkWeekStart

Methods

CalculateCorrectStartDate(DateTime)

Declaration
protected virtual DateTime CalculateCorrectStartDate(DateTime date)
Parameters
System.DateTime date

Returns
System.DateTime

CopyPropertiesToView(SchedulerView)

Copies the properties to view.

Declaration
protected override void CopyPropertiesToView(SchedulerView other)
Parameters
SchedulerView other

The other.

Overrides
SchedulerView.CopyPropertiesToView(SchedulerView)

CreateViewWithStartDate(DateTime)

Creates the view with start date.

Declaration
protected override SchedulerView CreateViewWithStartDate(DateTime startDate)
Parameters
System.DateTime startDate

The start date.

Returns
SchedulerView

Overrides
SchedulerView.CreateViewWithStartDate(DateTime)

GetEndDate(DateTime)

Gets the end date for that SchedulerView given a start date.

Declaration
protected override DateTime GetEndDate(DateTime startDate)
Parameters
System.DateTime startDate

The start date.

Returns
System.DateTime

Overrides
SchedulerView.GetEndDate(DateTime)

GetNextView(Int32)

Gets the next view.

Declaration
public override SchedulerView GetNextView(int offset)
Parameters
System.Int32 offset

The offset.

Returns
SchedulerView

Overrides
SchedulerView.GetNextView(Int32)

GetNextView(NavigationStepTypes, Int32)

Gets the next view.

Declaration
public override SchedulerView GetNextView(NavigationStepTypes navigationStepType, int navigationStep)
Parameters
NavigationStepTypes navigationStepType

The navigation step type.

System.Int32 navigationStep

The navigation step.

Returns
SchedulerView

Overrides
SchedulerView.GetNextView(NavigationStepTypes, Int32)

GetPreviousView(Int32)

Gets the previous view.

Declaration
public override SchedulerView GetPreviousView(int offset)
Parameters
System.Int32 offset

The offset.

Returns
SchedulerView

Overrides
SchedulerView.GetPreviousView(Int32)

GetPreviousView(NavigationStepTypes, Int32)

Gets the previous view.

Declaration
public override SchedulerView GetPreviousView(NavigationStepTypes navigationStepType, int navigationStep)
Parameters
NavigationStepTypes navigationStepType

The navigation step type.

System.Int32 navigationStep

The navigation step.

Returns
SchedulerView

Overrides
SchedulerView.GetPreviousView(NavigationStepTypes, Int32)

GetViewContainingDate(DateTime)

Declaration
public override SchedulerView GetViewContainingDate(DateTime date)
Parameters
System.DateTime date

Returns
SchedulerView

Overrides
SchedulerView.GetViewContainingDate(DateTime)

IsWorkingDay(DayOfWeek)

Checks if a given week day is a working day.

Declaration
public bool IsWorkingDay(DayOfWeek dayOfWeek)
Parameters
System.DayOfWeek dayOfWeek

The week day.

Returns
System.Boolean

[true] if the week day is a working day, [false] otherwise.

Implements
ISupportShowWeekend.IsWorkingDay(DayOfWeek)

OffsetView(Int32)

Declaration
public override SchedulerView OffsetView(int offset)
Parameters
System.Int32 offset

Returns
SchedulerView

Overrides
SchedulerView.OffsetView(Int32)

SetStartDate(DateTime)

Declaration
protected override bool SetStartDate(DateTime value)
Parameters
System.DateTime value

Returns
System.Boolean

Overrides
SchedulerView.SetStartDate(DateTime)

UpdateOnPropertyChange(String)

Declaration
protected override void UpdateOnPropertyChange(string propertyName)
Parameters
System.String propertyName

Overrides
SchedulerView.UpdateOnPropertyChange(String)

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.