DateNavigator.StyleSettings Property
In This Article
Gets or sets an object that defines the DateNavigator control's appearance and behavior.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
Use the SchedulerDateNavigatorStyleSettings.SchedulerControl property of the SchedulerDateNavigatorStyleSettings object (a DateNavigatorStyleSettings class descendant) to bind the DateNavigator control to a SchedulerControl.
#Examples
This example demonstrates how to associate the DateNavigator control with a SchedulerControl via the DateNavigator.StyleSettings property.
See Also