MobileListItemType Enumeration

Assigns an item type to an element in a List or ObjectList control's child controls. This class cannot be inherited.

Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)

public enum class MobileListItemType
public enum MobileListItemType
public enum MobileListItemType

 Member nameDescription
FooterItemRepresents a footer for a list. 
HeaderItemRepresents a heading for a list. 
ListItemRepresents an item in a list. 
SeparatorItemRepresents a separator between list items. 

When a List or ObjectList control is rendered in templated mode, empty MobileListItem objects with the corresponding item type are created for each header, footer, or separator that needs to be rendered. These empty objects are then inserted into the control's child controls.

NoteNote:

MobileListItem objects that correspond to list items always have a type of ListItem.

You can use this enumeration for iterating through the controls collection and finding the MobileListItem objects corresponding to the header, footer, and separator templates.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1

Community Additions

ADD
Show: