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

DateNavigator.FirstVisibleDate Property

Gets the first date visible in the DateNavigator. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public DateTime FirstVisibleDate { get; }

Property Value

Type Description
DateTime

The first visible date.

Remarks

Use the FirstVisibleDate property to get the first visible date currently displayed within the DateNavigator. To get the last visible date, use the LastVisibleDate property.

See Also