Mobile Property (IListBox)
Additional functionality provided by IMobileListBehavior

C# Syntax

IMobileListBehavior Mobile {get;}
Example
// Delete the item from the ListBox.
if (listBox.ControlType == UI5.ControlType.Mobile)
{
    listBox.Mobile.Delete(@"Work Accidents");
}