Skip to main content

TcxLookupGridOptions.RowSelect Property

Indicates whether entire rows can be selected when navigating through a drop-down list.

Declaration

property RowSelect: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the RowSelect property to determine whether entire rows are selected when navigating through a drop-down list. The images illustrating the difference between RowSelect set to True or False are demonstrated below:

The RowSelect value is True The RowSelect value is False

The default value of the RowSelect property is True.

See Also