Skip to main content

AppointmentViewInfo.Options Property

Gets certain characteristics which determines how an appointment is displayed.

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v23.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