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

WeekView.AppointmentDisplayOptions Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxWeekViewAppointmentDisplayOptions AppointmentDisplayOptions { get; }

Property Value

Type Description
ASPxWeekViewAppointmentDisplayOptions

A ASPxWeekViewAppointmentDisplayOptions object containing options for displaying appointments.

Remarks

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

See Also