Returns or sets a value indicating if record selectors are displayed in the DataGrid control or Split object.
Syntax
object.RecordSelectors [= value]
The RecordSelectors property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| value | A Boolean expression that determines if record selectors are displayed, as described in Settings. |
Settings
The settings for value are:
| Setting | Description |
| True | Record selectors are displayed. |
| False | Record selectors aren't displayed. |
Remarks
Record selectors, when displayed, appear to the left of the rows in the grid or split.
If a grid contains multiple splits, then setting its RecordSelectors property has the same effect as setting the RecordSelectors property of each split individually.
Note When the user selects a row by clicking its record selector, the bookmark of the selected row is added to the SelBookmarks collection.