Developer

Selected

Specifies whether rows will appear as selected (highlighted) if multi-selection mode is enabled.

property Selected: Boolean read FSelected write FSelected;

Remarks


To change this property, use Selected array property of grid. Changing Selected property of TRow will not refresh grid automatically.

See also