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.v18.1.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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the OptionsRangeControl property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also