Visual Basic (Declaration)
<ThemeableAttribute(False)> _
Public Overridable Property AppendDataBoundItems As Boolean
Dim instance As ListControl
Dim value As Boolean
value = instance.AppendDataBoundItems
instance.AppendDataBoundItems = value
[ThemeableAttribute(false)]
public virtual bool AppendDataBoundItems { get; set; }
[ThemeableAttribute(false)]
public:
virtual property bool AppendDataBoundItems {
bool get ();
void set (bool value);
}
/** @property */
/** @attribute ThemeableAttribute(false) */
public boolean get_AppendDataBoundItems()
/** @property */
/** @attribute ThemeableAttribute(false) */
public void set_AppendDataBoundItems(boolean value)
public function get AppendDataBoundItems () : boolean
public function set AppendDataBoundItems (value : boolean)
<asp:ListControl AppendDataBoundItems="True|False" />
Property Value
Type:
System..::.Boolean true if list items are not cleared before data binding; otherwise, false, if the items collection is cleared before data binding is performed. The default is false.