C# Syntax
public interface IMobileListBehavior
Name | Description | |
---|---|---|
![]() | Items | All items in the list. |
![]() | SelectedItems | Selected items in the list. |
Name | Description | |
---|---|---|
![]() | Delete | Overloaded. Deletes the specified item from the list. |
![]() | GetItem | Returns an item with the given text. |
![]() | More | Clicks the More button to expand the list and show more list items. |
![]() | SingleSelect | Overloaded. Selects the radio button adjacent to the list item. |