Skip to main content
A newer version of this page is available. .

WeekView.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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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