Skip to main content

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AppointmentDisplayOptions GetAppointmentDisplayOptions()

Returns

Type Description
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