RepeatInfo

RepeatInfo

System.Web.UI.WebControls (system.web.dll)sealed class

This class includes information about how various list controls, including CheckBoxList, DataList, and RadioButtonList, should repeat their items in a list. It is used primarily by control developers.

public sealed class RepeatInfo { // Public Constructors    public RepeatInfo( ); // Public Instance Properties    public bool OuterTableImplied{set; get; }    public int RepeatColumns{set; get; }    public RepeatDirection RepeatDirection{set; get; }    public RepeatLayout RepeatLayout{set; get; } // Public Instance Methods    public void RenderRepeater(System.Web.UI.HtmlTextWriter writer, IRepeatInfoUser user, Style controlStyle,          WebControl baseControl); }

Passed To

IRepeatInfoUser.RenderItem( )



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