Skip to main content

SchedulerViewRepository.DayView Property

Provides access to an object that defines the settings of the scheduler's Day View.

Namespace: DevExpress.Xpf.Scheduler

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public DayView DayView { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property DayView As DayView

Property Value

Type Description
DayView

A DayView object which specifies the Day View in the scheduling area.

Remarks

The DayView property is synchronized with the SchedulerControl.DayView property.

See Also