TcxSchedulerOptionsView.HideSelection Property
Specifies whether the selected time block remains highlighted when the scheduler control loses focus.
Declaration
property HideSelection: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set the HideSelection property to False to leave the selected time block highlighted when the scheduler control becomes inactive (loses focus).
The default value of the HideSelection property is True.
See Also