Gets or sets the selected row.
The selected row.
When MultiSelect property is set to true, gets the first selected row.
When the SelectedRow property is setthe Row is set as SelectedRow, the control will call EnsureVisible method on that row and simulate the selection by the user click (with RowSelect event fired). If you don't want this extended behavior, you can just set the Selected property to true.
AdvancedList Class | Resco.Controls.AdvancedList Namespace