Back to Devexpress

OptionsSelectionBehavior Class

corelibraries-devexpress-dot-xtrascheduler-03eb39a1.md

latest2.0 KB
Original Source

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.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class OptionsSelectionBehavior :
    BaseOptions
vb
Public Class OptionsSelectionBehavior
    Inherits BaseOptions

The following members return OptionsSelectionBehavior objects:

LibraryRelated API Members
WinForms ControlsTimelineView.OptionsSelectionBehavior
ASP.NET Web Forms ControlsTimelineView.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

Object ViewStatePersisterCore BaseOptions OptionsSelectionBehavior

See Also

OptionsSelectionBehavior Members

DevExpress.XtraScheduler Namespace