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

SchedulerControl.OptionsRangeControl Property

Provides access to interaction options that specify the RangeControl and SchedulerControl appearance and behavior when these controls are integrated.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public SchedulerOptionsRangeControl OptionsRangeControl { get; }

Property Value

Type Description
SchedulerOptionsRangeControl

A SchedulerOptionsRangeControl object which contains interaction options for RangeControl and SchedulerControl.

Remarks

The returned object provides a set of properties that you can use to specify the appearance and behavior of the RangeControl when it is integrated with the SchedulerControl and customize their interaction. For example, you can decide how appointment data should be displayed in the RangeControl (ScaleBasedRangeControlClientOptions.DataDisplayType), specify the RangeControl’s time range available to end-users to navigate within the SchedulerControl (ScaleBasedRangeControlClientOptions.RangeMinimum and ScaleBasedRangeControlClientOptions.RangeMaximum), switch an option for automatically changing scheduler views depending on a time range selected in the RangeControl (SchedulerOptionsRangeControl.AllowChangeActiveView), etc.

Note

The same set of options can be also accessed via the RangeControl.ClientOptions property of the RangeControl object after it has been bound to the SchedulerControl object.

SchedulerControl_RangeControlOptions

See Also