DekGenius.com
[ Team LiB ] Previous Section Next Section

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( )

    [ Team LiB ] Previous Section Next Section