MobileListItemType

MobileListItemTypeserializable

System.Web.UI.MobileControls (system.web.mobile.dll)enum

When a List or ObjectList control is rendered in templated mode, empty list items are created for headers, footers, and separators. You can identify these items by their MobileListItemType.

public enum MobileListItemType {
   HeaderItem = 0,
   ListItem = 1,
   FooterItem = 2,
   SeparatorItem = 3
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) MobileListItemType

Passed To

MobileListItem.MobileListItem( )



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace