SelectedIndex Property (C1GridView)
Gets or sets the index of the selected row.
public virtual System.int SelectedIndex {get; set;}
'Declaration
Public Overridable Property SelectedIndex As System.Integer
Property Value
The default value is -1. Set this property to -1 to deselect an item in the
C1GridView component.