Skip to main content

SchedulerDayViewAppointmentDisplayOptions.DayViewInnerObject Property

Provides access to options that define how appointments are painted in the DayView.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public DayViewAppointmentDisplayOptions DayViewInnerObject { get; }

#Property Value

Type Description
DayViewAppointmentDisplayOptions

A DevExpress.XtraScheduler.DayViewAppointmentDisplayOptions object containing specific options.

#Property Paths

You can access the SchedulerDayViewAppointmentDisplayOptions.DayViewInnerObject property from the following objects:

Object Type Path to DayViewInnerObject
DayView
.AppointmentDisplayOptions.DayViewInnerObject
WorkWeekView
.AppointmentDisplayOptions.DayViewInnerObject
See Also