Collection Editors
Visual Studio has several collection-editor dialog boxes. Click the link in the following list that corresponds to the one that you are using. For more information about the Byte, Image, ListViewItem, ListViewGroup, or TabPage collection editors, see Collection Editor Dialog Box.
In This Section
Collection Editor Dialog Box
Allows you to create and edit individual members of a collection. The specific properties you can edit depend on which collection you are editing.Columns Collection Editor
Allows you to create and configure columns in a dataset DataTable object.Constraints Collection Editor
Allows you to create and configure constraints in a dataset DataTable object.Parameters Collection Editor
Allows you to create and configure parameters associated with a SQL statement or stored procedure in a data adapter.Relations Collection Editor
Allows you to create, edit, and delete the Relations property of an untyped dataset, which contains a collection of DataRelation objects.Tables Collection Editor
Allows you to add and remove DataTable objects to or from a dataset. This dialog box appears when you are using the Properties window to change the Tables property of a dataset on a form or component.XmlField Collection Editor Dialog Box
Allows you to add or remove <field> elements to the current <key> element.XmlImport Collection Editor Dialog Box
Allows you to add or remove <import> elements in the current XML schema.XmlInclude Collection Editor Dialog Box
Allows you to add or remove <include> elements in the current XML schema.XmlKeyConstraint Collection Editor Dialog Box
Allows you to add or remove key fields in the current XML schema.XmlNameSpace Collection Editor Dialog Box
Allows you to add or remove namespace declarations in the <schema> element of the current XML schema.
Related Sections
ToolStrip Items Collection Editor
Allows you to add, remove, and reorder ToolStripItem controls of a ToolStrip and view and set ToolStrip and ToolStripItem properties.Byte Collection Editor
Allows you to view and change an array of bytes.ColumnHeader Collection Editor
Allows you to view and change the list of columns for a Windows Forms ListView control.String Collection Editor
Allows you to view and change the list of strings for controls such as list boxes and combo boxes.How to: Edit Columns and Rows in a TableLayoutPanel Control
Allows you to view and change the columns and rows in a TableLayoutPanel control.Edit Columns Dialog Box (Windows Forms DataGridView Control)
Allows you to view and change the columns in a DataGridView control.Item Editor Dialog Box (Menu Control)
Allows you to create and edit individual Menu controls.