Skip to main content
All docs
V23.2

DateRangeControl.DateNavigatorStyle Property

Gets or sets a style for the DateNavigator in the pop-up calendar. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Style DateNavigatorStyle { get; set; }

Property Value

Type Description
Style

A style for the DateNavigator in the pop-up calendar.

See Also