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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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 |
|
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