SchedulerViewRepository.DayView Property
In This Article
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; }
#Property Value
Type | Description |
---|---|
Day |
A Day |
#Remarks
The DayView property is synchronized with the SchedulerControl.DayView property.
See Also