Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTextEditProperties.HideSelection Property

Determines whether the visual indication of the selected text remains when the editor loses focus.

#Declaration

Delphi
property HideSelection: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set the HideSelection property to False to provide visual feedback of the selected text portion even when the editor does not have focus. Set the HideSelection property to True to show the selection only when the editor has focus. This property does not affect the actual value of the selection, only the visual indication.

The default value of the HideSelection property is True.

See Also