Back to Devexpress

DayView.AppointmentDisplayOptions Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-dayview-6c696732.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

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

Property Value

TypeDescription
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

Get Started with Scheduler

Day View

DayView Class

DayView Members

DevExpress.Web.ASPxScheduler Namespace