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

DateNavigator.LastVisibleDate Property

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

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

Declaration

public DateTime LastVisibleDate { get; }

Property Value

Type Description
DateTime

The first visible date.

Remarks

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

See Also