windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-a360268f.md
Gets or sets the lower limit of the operational date range for the unbound DateNavigator.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DateTime MinValue { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property MinValue As Date
| Type | Description |
|---|---|
| DateTime |
A DateTime value specifying the minimum date value in the date range.
|
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