Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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