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.2.Core.Desktop.dll
Declaration
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 |
|
ASP.NET Web Forms Controls | TimelineView |
|
Remarks
The KeepSelectedAppointments option is accessible using the SchedulerControl.TimelineView.OptionsSelectionBehavior.KeepSelectedAppointments notation.
See Also