Back to Devexpress

SchedulerViewBase.GetAppointmentDisplayOptions() Method

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-schedulerviewbase-51c9eed2.md

latest1.5 KB
Original Source

SchedulerViewBase.GetAppointmentDisplayOptions() Method

Returns an object that allows defining the appointment’s appearance for a particular view.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public AppointmentDisplayOptions GetAppointmentDisplayOptions()
vb
Public Function GetAppointmentDisplayOptions As AppointmentDisplayOptions

Returns

TypeDescription
AppointmentDisplayOptions

An AppointmentDisplayOptions object containing options for displaying appointments.

|

Remarks

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

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Web.ASPxScheduler Namespace