Back to Devexpress

ScaleBasedRangeControlClientOptions.RangeMinimum Property

windowsforms-devexpress-dot-xtrascheduler-dot-scalebasedrangecontrolclientoptions-0c9a94b5.md

latest2.2 KB
Original Source

ScaleBasedRangeControlClientOptions.RangeMinimum Property

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public DateTime RangeMinimum { get; set; }
vb
Public Property RangeMinimum As Date

Property Value

TypeDescription
DateTime

A DateTime value that specifies the minimum 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 the scheduler start date goes beyond the RangeControl range. In this case, the values of the RangeMinimum and RangeControlAdjustEventArgs.RangeMaximum properties are not taken into account.

See Also

RangeMaximum

ScaleBasedRangeControlClientOptions Class

ScaleBasedRangeControlClientOptions Members

DevExpress.XtraScheduler Namespace