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 SchedulerAgendaView

Inheritance
System.Object
SchedulerView
SchedulerAgendaView
Inherited Members
SchedulerView.nullableStartDate
SchedulerView.IsAllDayEvent(IEvent)
SchedulerView.CreateView(SchedulerViewType)
SchedulerView.UpdateAppointments(ObservableCollection<IEvent>)
SchedulerView.AddAppointment(IEvent)
SchedulerView.RemoveAppointment(IEvent)
SchedulerView.IsViewInAccessibleInterval(DateTime)
SchedulerView.SetStartDate(DateTime)
SchedulerView.IsDateInView(DateTime)
SchedulerView.IsAppointmentInView(IEvent)
SchedulerView.IsResourceIntersectsWithViewResources(IEvent)
SchedulerView.AddResources(SchedulerResourceCollection)
SchedulerView.GetResources()
SchedulerView.GetResource()
SchedulerView.GetResourceId()
SchedulerView.OffsetView(Int32)
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.UpdateOnPropertyChange(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 SchedulerAgendaView : SchedulerView, INotifyPropertyChanged

Constructors

SchedulerAgendaView()

Declaration
public SchedulerAgendaView()

Properties

DayCount

Gets or sets the number of days displayed in the view.

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

An integer that specifies the number of days whose appointments are listed in the view.

GroupByDate

Declaration
public virtual bool GroupByDate { 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

Methods

AppointmentChanged(IEvent, String)

Declaration
protected override void AppointmentChanged(IEvent appointment, string propertyName)
Parameters
IEvent appointment

System.String propertyName

Overrides
SchedulerView.AppointmentChanged(IEvent, String)

CopyPropertiesToView(SchedulerView)

Copies the properties to view.

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

The other view.

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)

GetAppointments(DateTime, DateTime)

Declaration
protected List<IEvent> GetAppointments(DateTime startDate, DateTime endDate)
Parameters
System.DateTime startDate

System.DateTime endDate

Returns
System.Collections.Generic.List<IEvent>

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)

Declaration
public override SchedulerView GetNextView(int offset)
Parameters
System.Int32 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

System.Int32 navigationStep

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

System.Int32 navigationStep

Returns
SchedulerView

Overrides
SchedulerView.GetPreviousView(NavigationStepTypes, Int32)

GetViewContainingDate(DateTime)

Creates a Scheduler View object based on the logic implemented by the Scheduler View instance that implements the method.

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

DateTime object that is used to create the Scheduler View.

Returns
SchedulerView

The created Scheduler View object.

Overrides
SchedulerView.GetViewContainingDate(DateTime)

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.