DateNavigator.MinValue Property
Gets or sets the lower limit of the operational date range for the unbound DateNavigator.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Property Value
Type | Description |
---|---|
DateTime | A DateTime value specifying the minimum date value in the date range. |
Remarks
The MinValue specifies the minimum date of the operational range for the DateNavigator control which is not bound to the SchedulerControl. Otherwise, use the SchedulerControl.LimitInterval.Start property to specify a lower limit for the range available for DateNavigator and SchedulerControl.
See Also