ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 808
نمايش فراداده

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