DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section