Skip to main content

DateNavigator.HeaderViewStyle Property

Gets or sets the style applied to the view header. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Style HeaderViewStyle { get; set; }

Property Value

Type Description
Style

A Style object that represents the style applied to the header.

See Also