DateNavigator.MaxValue Property
Gets or sets the upper 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 maximum date value in the date range. |
Remarks
The MaxValue specifies the maximum date of the operational range for the DateNavigator control which is not bound to the SchedulerControl. Otherwise, use the SchedulerControl.LimitInterval.End property to specify an upper limit of the range available for DateNavigator and SchedulerControl.
See Also