Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ScaleBasedRangeControlClientOptions.RangeMaximum Property

Gets or sets the maximum limit of the time range that is available in the RangeControl to navigate within the SchedulerControl.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.dll

NuGet Package: DevExpress.Win.Scheduler

#Declaration

public DateTime RangeMaximum { get; set; }

#Property Value

Type Description
DateTime

A DateTime value that specifies the maximum limit of the range.

#Remarks

Note

If the SchedulerOptionsRangeControl.AutoAdjustMode is set to true, the RangeControl’s range is automatically recalculated when the scheduler view is changed or scheduler start date goes beyond the RangeControl range. In this case, the values of the RangeControlAdjustEventArgs.RangeMinimum and RangeMaximum properties are not taken into account.

See Also