MobileForms Toolkit Documentation

AdvancedList.SelectedRow Property

Gets or sets the selected row.

public Row SelectedRow {get; set;}

Property Value

The selected row.

Remarks

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.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace