System.Web.UI.WebControls.ListControl.AppendDataBoundItems Property

Gets or sets a value that indicates whether list items are cleared before data binding.

Syntax

[System.Web.UI.Themeable(false)]
[System.ComponentModel.DefaultValue(false)]
public virtual bool AppendDataBoundItems { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0