ParameterEditorUserControl.SetAllowCollectionChanges Method
.NET Framework 3.0
Controls whether additions and deletions can be made to the values in the editor.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public void SetAllowCollectionChanges ( boolean allowChanges )
public function SetAllowCollectionChanges ( allowChanges : boolean )
Not applicable.
Parameters
- allowChanges
A Boolean that indicates whether additions and deletions can be made to the ParameterCollection being edited.
The SetAllowCollectionChanges method controls whether additions and deletions can be made to the ParameterCollection element in the ParameterEditorUserControl object. The SetAllowCollectionChanges enables or disables the Up, Down, Add, and Delete buttons but it does not affect the editing of individual Parameter elements.
Community Additions
ADD
Show: