Skip to main content

DayView.AppointmentDisplayOptions Property

Provides access to the options specifying how appointments are displayed in the Day View and its descendants.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public ASPxDayViewAppointmentDisplayOptions AppointmentDisplayOptions { get; }

Property Value

Type Description
ASPxDayViewAppointmentDisplayOptions

A ASPxDayViewAppointmentDisplayOptions object containing settings to display the appointments in the Day View and its descendants.

Remarks

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

See Also