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



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net