Skip to main content

WorkWeekView.SyncSettingsWithDayView Property

Specifies whether to copy the relevant view settings from the DayView. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool SyncSettingsWithDayView { get; set; }

Property Value

Type Description
Boolean

true, to copy the view settings from the DayView; otherwise, false.

See Also