Click or drag to resize

EAPDropDownListAmendable Property

Gets/sets whether or not this list supports the posting back of items not already present in the list. If this is list is Amendable, then items that are posted back from the client, but not already present in the Items list will cause a new item to be added to the Items list using the posted-back value as both the item's Value and Text.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Amendable { get; set; }

Property Value

Type: Boolean
See Also