TcxCustomListView.HideSelection Property
Specifies whether selection is hidden when the list view looses focus.
Declaration
property HideSelection: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
The HideSelection property determines whether the selection mark is hidden within the list view when it loses focus. When False, the selection mark remains in the control so that the selected element is highlighted. When True, the selection mark is removed from the control.
Note
The HideSelection property affects the selection mark only. The selected item remains the same. Use the ClearSelection method to remove the selection from a list view.
The default value of the HideSelection property is True.
See Also