Skip to main content

DateNavigator.StyleSettings Property

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

public DateNavigatorStyleSettingsBase StyleSettings { get; set; }

#Property Value

Type Description
DateNavigatorStyleSettingsBase

A DateNavigatorStyleSettings object.

#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