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.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool KeepSelectedAppointments { get; set; }
Property Value
Type | Description |
---|---|
Boolean | 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 |
|
ASP.NET Web Forms Controls | TimelineView |
|
Remarks
The KeepSelectedAppointments option is accessible using the SchedulerControl.TimelineView.OptionsSelectionBehavior.KeepSelectedAppointments notation.
See Also