Documentation for this section has not yet been entered.
The ListControl.AppendDataBoundItems property allows you to add items to the System.Web.UI.WebControls.ListControl object before data binding occurs. After data binding, the items collection contains both the items from the data source and the previously added items.
The value of this property is stored in view state.
This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.