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

AppointmentViewInfo.Options Property

Gets certain characteristics which determines how an appointment is displayed.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AppointmentViewInfoOptions Options { get; }

Property Value

Type Description
AppointmentViewInfoOptions

A AppointmentViewInfoOptions object containing certain appointment view characteristics.

Implements

See Also