Skip to main content
A newer version of this page is available. .

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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetAppointmentDisplayOptions() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also