TdxListViewReportOptions.RowSelect Property
Declaration
property RowSelect: Boolean read; write;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If True, the control highlights entire rows of selected items. If False, only item captions are highlighted. |
Remarks
Options include:
Value | Example |
---|---|
True | |
False |
The RowSelect
property’s default value is False
.
See Also