OptionsSelectionBehavior Class
In This Article
Provides options which define how the selection behaves when the time scale is changed for the TimelineView.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public class OptionsSelectionBehavior :
BaseOptions
#Related API Members
The following members return OptionsSelectionBehavior objects:
Library | Related API Members |
---|---|
Win |
Timeline |
ASP. |
Timeline |
#Remarks
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.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
OptionsSelectionBehavior
See Also