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

MonthView.AppointmentDisplayOptions Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public ASPxMonthViewAppointmentDisplayOptions AppointmentDisplayOptions { get; }

Property Value

Type Description
ASPxMonthViewAppointmentDisplayOptions

A ASPxMonthViewAppointmentDisplayOptions object containing options for displaying appointments.

Remarks

Use this property to specify various appointment’s display options such as size, appearance and the format of information displayed.

See Also