Back to Devexpress

SchedulerOptionsRangeControl Members

windowsforms-devexpress-dot-xtrascheduler-dot-scheduleroptionsrangecontrol-dot-underscore-members.md

latest8.7 KB
Original Source

SchedulerOptionsRangeControl Members

Provides interaction options for a RangeControl and SchedulerControl that are integrated.

Constructors

NameDescription
SchedulerOptionsRangeControl()Initializes a new instance of the SchedulerOptionsRangeControl class with default settings.

Properties

NameDescription
AllowChangeActiveViewGets or sets whether to automatically change the SchedulerControl’s active view depending on which time range is selected in the RangeControl.
AutoAdjustModeGets or sets a value indicating if the RangeControl should be automatically adjusted after the scheduler visible interval or active view has been changed.
AutoFormatScaleCaptionsSpecifies whether auto-formats should be applied to header captions of RangeControl scales. Inherited from ScaleBasedRangeControlClientOptions.
DataDisplayTypeSpecifies how appointments contained in a SchedulerControl should be indicated in a RangeControl - using thumbnails or numbers. Inherited from ScaleBasedRangeControlClientOptions.
MaxIntervalWidthGets or sets the RangeControl intervals’ maximum width that can be set when resizing or zooming the RangeControl viewport (in pixels). Inherited from ScaleBasedRangeControlClientOptions.
MaxSelectedIntervalCountGets or sets the maximum number of intervals that the selected range can include. Inherited from ScaleBasedRangeControlClientOptions.
MinIntervalWidthGets or sets the RangeControl intervals’ minimum width that can be set when resizing or zooming the RangeControl viewport (in pixels). Inherited from ScaleBasedRangeControlClientOptions.
RangeMaximumGets or sets the maximum limit of the time range that is available in the RangeControl to navigate within the SchedulerControl. Inherited from ScaleBasedRangeControlClientOptions.
RangeMinimumGets or sets the minimum limit of the time range that is available in the RangeControl to navigate within the SchedulerControl. Inherited from ScaleBasedRangeControlClientOptions.
ScalesProvides access to a collection of scales displayed in the RangeControl when it is bound to a SchedulerControl. Inherited from ScaleBasedRangeControlClientOptions.
ThumbnailHeightGets or sets the height of a single appointment thumbnail displayed in the RangeControl. Inherited from ScaleBasedRangeControlClientOptions.

Methods

NameDescription
Assign(BaseOptions)Copies all settings from the options object passed as a parameter. Inherited from BaseOptions.
BeginUpdate()Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate()Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate()Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets all notification options to their default values. Inherited from SchedulerNotificationOptions.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

See Also

SchedulerOptionsRangeControl Class

DevExpress.XtraScheduler Namespace