Skip to main content

IAppointmentViewInfo.Options Property

Provides access to several characteristics determining how an appointment is displayed.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

AppointmentViewInfoOptions Options { get; }

Property Value

Type Description
AppointmentViewInfoOptions

An AppointmentViewInfoOptions object containing certain appointment view characteristics.

See Also