MobileForms Toolkit Documentation

Row.Selected Property

Gets or sets whether the row is selected.

public virtual bool Selected {get; set;}

Property Value

true if row is selected, otherwise false.

Remarks

Setting directly the Selected property of a Row does not fire RowSelect event.

When the row is selected, the SelectedTemplateIndex is used to display the row, otherwise the TemplateIndex is used to display row..

See Also

Row Class | Resco.Controls.AdvancedList Namespace