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

OptionsSelectionBehavior.KeepSelectedAppointments Property

Gets or sets whether selected appointments in the TimelineView remain selected after scrolling the time line so that those appointments are no longer visible.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool KeepSelectedAppointments { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to keep appointment selected when they are scrolled out of view; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to KeepSelectedAppointments
WinForms Controls GanttView
.OptionsSelectionBehavior.KeepSelectedAppointments
TimelineView
.OptionsSelectionBehavior.KeepSelectedAppointments
ASP.NET Controls and MVC Extensions TimelineView
.OptionsSelectionBehavior.KeepSelectedAppointments
MVCxSchedulerTimelineView
.OptionsSelectionBehavior.KeepSelectedAppointments
ASP.NET Bootstrap Controls BootstrapTimelineView
.OptionsSelectionBehavior.KeepSelectedAppointments

Remarks

The KeepSelectedAppointments option is accessible using the SchedulerControl.TimelineView.OptionsSelectionBehavior.KeepSelectedAppointments notation.

See Also