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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[DefaultValue(false)]
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 TimelineView
.OptionsSelectionBehavior .KeepSelectedAppointments
ASP.NET Web Forms Controls TimelineView
.OptionsSelectionBehavior .KeepSelectedAppointments

Remarks

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

See Also