Back to Devexpress

DateNavigationPanel.Scheduler Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-datenavigationpanel.md

latest1.4 KB
Original Source

DateNavigationPanel.Scheduler Property

Gets or sets the SchedulerControl that is the owner of the date navigation panel. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public SchedulerControl Scheduler { get; set; }
vb
Public Property Scheduler As SchedulerControl

Property Value

TypeDescription
SchedulerControl

A DevExpress.Xpf.Scheduling.SchedulerControl instance.

|

Remarks

Use the Scheduler property to bind a standalone DateNavigationPanel to a SchedulerControl.

See Also

DateNavigationPanel Class

DateNavigationPanel Members

DevExpress.Xpf.Scheduling Namespace