Back to Devexpress

SchedulerOptionsView.HideSelection Property

windowsforms-devexpress-dot-xtrascheduler-dot-scheduleroptionsview-ef069f01.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool HideSelection { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property HideSelection As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath 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

SchedulerOptionsView Class

SchedulerOptionsView Members

DevExpress.XtraScheduler Namespace