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; }
Public ReadOnly Property DayViewInnerObject As DayViewAppointmentDisplayOptions
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 |
|
| WorkWeekView |
|
See Also