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.
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