Skip to main content

DateNavigatorSettings.SelectedDate Property

Gets or sets the selected date.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public DateTime SelectedDate { get; set; }

Property Value

Type Description
DateTime

A DateTime object that represents the selected date.

Property Paths

You can access this nested property as listed below:

Object Type Path to SelectedDate
SchedulerSettings
SchedulerStorageControlSettings

Remarks

Use the SelectedDate property to obtain or specify the selected date in the Date Navigator.

See Also