DateNavigatorSettings.SelectedDate Property
Gets or sets the selected date.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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