OptionsBehavior Properties
Provides behavior options for the Scheduler control.| Name | Description |
|---|---|
| AllowLeaveFocusOnTab | Specifies whether pressing the Tab key moves the input focus to the next control. This is a dependency property. |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| ClientTimeZoneId | Gets or sets the identifier of the time zone used by the SchedulerControl. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| MouseWheelScrollAction | Gets or sets how the mouse wheel scrolling direction is interpreted. This is a dependency property. |
| RecurrentAppointmentDeleteAction | Gets or sets a type of action being performed when a command is issued to delete a recurrent appointment. |
| RecurrentAppointmentEditAction | Gets or sets a type of action being performed when a command is issued to edit a recurrent appointment. |
| RemindersFormDefaultAction | Gets or sets the type of default action which is applied when the Reminders form is closed. |
| SelectOnRightClick | Specifies whether the right-click should select a time cell under the cursor. |
| ShowCurrentTime | Obsolete. Gets or sets the visibility mode of the current Time Indicator. |
| ShowRemindersForm | Gets or sets whether a Reminders form is shown, when the time has come for the reminder to alert. |
| TouchAllowed | Gets or sets whether the touch device input is analyzed. |
See Also