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

SchedulerOptionsView.HideSelection Property

Gets or sets a value that specifies whether the selected time slot remains highlighted when the scheduler control loses focus.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool HideSelection { get; set; }

Property Value

Type Default Description
Boolean **false**

true to hide the highlighting of the selected time slot when the scheduler loses focus; false to keep the selected time slot highlighted.

Property Paths

You can access this nested property as listed below:

Object Type Path to HideSelection
SchedulerControl
.OptionsView.HideSelection

Remarks

Use the HideSelection property to control whether the highlighting of the selected time slot should be hidden when the scheduler control becomes inactive (loses focus).

See Also