Skip to main content

ASPxAgendaViewAppointmentDisplayOptions Class

Contains settings specific to displaying appointments in the Agenda View.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxAgendaViewAppointmentDisplayOptions :
    AgendaViewAppointmentDisplayOptions

The following members return ASPxAgendaViewAppointmentDisplayOptions objects:

Remarks

An object of the ASPxAgendaViewAppointmentDisplayOptions type can be accessed by the AgendaView.AppointmentDisplayOptions property.

See Also