TcxGridLayoutViewOptionsSelection.RecordBorderSelection Property
Specifies whether to display the card focus rectangle when the card is selected.
Declaration
property RecordBorderSelection: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set the RecordBorderSelection property to True, to display the card focus rectangle on the card selection. The RecordBorderSelection property is in effect if the View’s OptionsView.RecordBorderWidth property is greater than 0.
The default value of the RecordBorderSelection property is True.
See Also