MonthView.AppointmentDisplayOptions Property
In This Article
Provides access to the options specifying how appointments are displayed in the Month View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public ASPxMonthViewAppointmentDisplayOptions AppointmentDisplayOptions { get; }
#Property Value
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use this property to specify various appointment’s display options such as size, appearance and the format of information displayed.
See Also