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

ASPxDayViewAppointmentDisplayOptions Class

Contains settings specific to displaying appointments in the Day View and its descendants.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ASPxDayViewAppointmentDisplayOptions :
    DayViewAppointmentDisplayOptions

The following members return ASPxDayViewAppointmentDisplayOptions objects:

Remarks

An object of the ASPxDayViewAppointmentDisplayOptions type can be accessed by the DayView.AppointmentDisplayOptions property.

See Also