16 references to MobileListItemType
System.Web.Mobile (16)
UI\MobileControls\List.cs (6)
266CreateControlItem(MobileListItemType.HeaderItem, 273CreateControlItem(MobileListItemType.SeparatorItem, 282CreateControlItem(MobileListItemType.FooterItem, 306MobileListItemType itemType, 331if (item.ItemType == MobileListItemType.ListItem) 336else if (item.ItemType == MobileListItemType.SeparatorItem)
UI\MobileControls\MobileListItem.cs (4)
60private MobileListItemType _itemType; 82public MobileListItem(MobileListItemType itemType) : this (null, null, null) 95_itemType = MobileListItemType.ListItem; 98internal MobileListItemType ItemType
UI\MobileControls\ObjectList.cs (6)
645CreateControlItem(MobileListItemType.HeaderItem, headerTemplate, doDataBind); 650CreateControlItem(MobileListItemType.SeparatorItem, 658CreateControlItem(MobileListItemType.FooterItem, footerTemplate, doDataBind); 682MobileListItemType itemType, 794if (item.ItemType == MobileListItemType.ListItem) 799else if (item.ItemType == MobileListItemType.SeparatorItem)