Skip to main content

DateNavigator.CalendarStyle Property

Gets or sets a style of a Date Navigator. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public Style CalendarStyle { get; set; }

Property Value

Type Description
Style

A Style object the specifies a style to be applied to a Date Navigator.

See Also