ListDecoration

ListDecorationserializable

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

This enumeration is used in conjunction with the List.Decoration property. It identifies additional formatting that will be applied to the list items, like bullets or automatic numbering.

public enum ListDecoration {
   None = 0,
   Bulleted = 1,
   Numbered = 2
}

Hierarchy

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

Returned By

List.Decoration

Passed To

List.Decoration



    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