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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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