Back to Devexpress

DateNavigator.MinValue Property

windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-a360268f.md

latest1.9 KB
Original Source

DateNavigator.MinValue Property

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DateTime MinValue { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property MinValue As Date

Property Value

TypeDescription
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

CalendarControlBase.MaxValue

DateNavigator.MaxValue

LimitInterval

DateNavigator Class

DateNavigator Members

DevExpress.XtraScheduler Namespace