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

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.v18.2.dll

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