Skip to main content
A newer version of this page is available. .

DateNavigator.MinValue Property

Gets or sets the lower limit of the operational date range for the unbound DateNavigator.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[Browsable(false)]
public override DateTime MinValue { get; set; }

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