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

ASPxWeekViewAppointmentDisplayOptions Class

Contains settings specific to displaying appointments in the Week View.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxWeekViewAppointmentDisplayOptions :
    WeekViewAppointmentDisplayOptions

The following members return ASPxWeekViewAppointmentDisplayOptions objects:

Remarks

An object of the ASPxWeekViewAppointmentDisplayOptions type can be accessed by the WeekView.AppointmentDisplayOptions property.

See Also