Back to Devexpress

MonthView.AppointmentDisplayOptions Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-monthview.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public ASPxMonthViewAppointmentDisplayOptions AppointmentDisplayOptions { get; }
vb
Public ReadOnly Property AppointmentDisplayOptions As ASPxMonthViewAppointmentDisplayOptions

Property Value

TypeDescription
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

Get Started with Scheduler

Month (Multi-Week) View

MonthView Class

MonthView Members

DevExpress.Web.ASPxScheduler Namespace