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



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