Skip to main content

DateNavigator.Header Property

Gets the actual header of the Date Navigator. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

[NotPublicByDesign]
public string Header { get; }

#Property Value

Type Description
String

A String value that is the actual header.

#Remarks

The header of the Date Navigator is the current view’s title.

datenavigator_header

See Also