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

AgendaView.AppointmentDisplayOptions Property

Provides access to the options specifying how appointments are displayed in the Agenda View.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxAgendaViewAppointmentDisplayOptions AppointmentDisplayOptions { get; }

Property Value

Type Description
ASPxAgendaViewAppointmentDisplayOptions

A ASPxAgendaViewAppointmentDisplayOptions object containing settings to display the appointments in the Agenda View.

Remarks

Use the AppointmentDisplayOptions property to set the options which define how appointments should be displayed.

See Also