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.v18.1.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(false)]
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).

The following code snippets (auto-collected from DevExpress Examples) contain references to the HideSelection property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also