RepeatLayout

RepeatLayoutserializable

System.Web.UI.WebControls (system.web.dll)enum

This enumeration specifies the layout of items in certain list controls. Table specifies that items are held in separate cells in a table structure, while Flow specifies that no special formatting is used.

public enum RepeatLayout {
   Table = 0,
   Flow = 1
}

Hierarchy

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

Returned By

CheckBoxList.RepeatLayout, DataList.RepeatLayout, RadioButtonList.RepeatLayout, RepeatInfo.RepeatLayout

Passed To

CheckBoxList.RepeatLayout, DataList.RepeatLayout, RadioButtonList.RepeatLayout, RepeatInfo.RepeatLayout



    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