Gets or sets whether rows can be selected via the Row Indicator Panel.
public bool UseIndicatorForSelection { get; set; }
Public Property UseIndicatorForSelection As Boolean
If the UseIndicatorForSelection property is set to true and multiple row/cell selection is enabled, an end-user can drag the mouse along the indicator, to select a range of records.
To learn more, see Selection.