Skip to main content
A newer version of this page is available. .

Week View

The Week View displays appointments for any given weekly period. This view’s options are represented via the WeekView object, which is accessed via the ASPxScheduler.WeekView property. The image below demonstrates the Scheduler control with its ASPxScheduler.ActiveViewType property set to WeekView.

WeekView

The following table lists the main properties of the WeekView class which implement its basic functionality.

Member Name Description
WeekView.Styles Provides access to the properties that control the appearance of the WeekView’s elements.
WeekView.AppointmentDisplayOptions Provides access to the appointment’s display options.
See Also