Gets or sets a style of a Date Navigator. This is a dependency property.
Namespace:DevExpress.Xpf.Editors.DateNavigator
Assembly:DevExpress.Xpf.Core.v19.2.dll

Syntax
C# |
public Style CalendarStyle { get; set; }
|
VB |
Public Property CalendarStyle As Style
|
Property value
Type: Style
A System.Windows.Style object the specifies a style to be applied to a Date Navigator.

See Also