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

IAppointmentViewInfo.Options Property

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

Namespace: DevExpress.XtraScheduler.Drawing

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

AppointmentViewInfoOptions Options { get; }

Property Value

Type Description
AppointmentViewInfoOptions

An AppointmentViewInfoOptions object containing certain appointment view characteristics.

See Also