Skip to main content

DateNavigator.CurrentDateText Property

Gets the text displayed within the navigation pane of the Date Navigator.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public string CurrentDateText { get; protected set; }

#Property Value

Type Description
String

A string specifying the start and end of a date range displayed in the current DateNavigator.CalendarView.

#Remarks

For example, the CurrentDateText property value is "2010-2019" for the Date Navigator illustrated below.

DateNavigator_YearsView

See Also