MobileForms Toolkit Documentation

ListItem.Selected Property

Gets or sets whether the item is selected.

public virtual bool Selected {get; set;}

Property Value

true if item is selected, otherwise false.

Remarks

Setting directly the Selected property of a ListItem does not fire ItemSelect event.

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

See Also

ListItem Class | Resco.Controls.AdvancedComboBox Namespace