Skip to main content

TcxCustomGridRecord.Selected Property

Specifies whether the current record is selected.

Declaration

property Selected: Boolean read; write;

Property Value

Type
Boolean

Remarks

Use this property to select/unselect the current record. When grid mode is not active, all record(s) currently selected can be accessed via the View’s Controller.SelectedRecords property. In grid mode, you can obtain selected records via the View’s DataController.GetSelectedBookmark function.

See Also