Back to Devexpress

DateNavigator.MaxValue Property

windowsforms-devexpress-dot-xtrascheduler-dot-datenavigator-4c6b9a53.md

latest1.9 KB
Original Source

DateNavigator.MaxValue Property

Gets or sets the upper 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 MaxValue { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property MaxValue As Date

Property Value

TypeDescription
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

CalendarControlBase.MinValue

DateNavigator.MinValue

LimitInterval

DateNavigator Class

DateNavigator Members

DevExpress.XtraScheduler Namespace