corelibraries-devexpress-dot-xtrascheduler-03eb39a1.md
Provides options which define how the selection behaves when the time scale is changed for the TimelineView.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public class OptionsSelectionBehavior :
BaseOptions
Public Class OptionsSelectionBehavior
Inherits BaseOptions
The following members return OptionsSelectionBehavior objects:
| Library | Related API Members |
|---|---|
| WinForms Controls | TimelineView.OptionsSelectionBehavior |
| ASP.NET Web Forms Controls | TimelineView.OptionsSelectionBehavior |
The OptionsSelectionBehavior class provides a property that controls a selection behavior in the Timeline View. An instance of this class can be accessed via the TimelineView.OptionsSelectionBehavior property.
Object ViewStatePersisterCore BaseOptions OptionsSelectionBehavior
See Also