Skip to main content

TdxListViewReportOptions.RowSelect Property

Specifies how the List View control highlights selected items.

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

Selected Rows

False

Selected Captions

The RowSelect property’s default value is False.

See Also