Skip to main content
A newer version of this page is available. .

OptionsSelectionBehavior Class

Provides options which define how the selection behaves when the time scale is changed for the TimelineView.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public class OptionsSelectionBehavior :
    BaseOptions

The following members return OptionsSelectionBehavior objects:

Library Related API Members
WinForms Controls TimelineView.OptionsSelectionBehavior
ASP.NET Web Forms Controls TimelineView.OptionsSelectionBehavior

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

See Also