| TableRowsCollectionEditor | |
| System.Web.UI.Design.WebControls (system.design.dll) | class |
This class is a System.Drawing.Design.UITypeEditor that provides a graphical interface for adding System.Web.UI.WebControls.TableRow objects to a System.Web.UI.WebControls.Table at design time. The same window also allows you to configure System.Web.UI.WebControls.TableRow properties. public class TableRowsCollectionEditor : System.ComponentModel.Design.CollectionEditor { // Public Constructors public TableRowsCollectionEditor(Type type); // Protected Instance Methods protected override bool CanSelectMultipleInstances( ); // overrides System.ComponentModel.Design.CollectionEditor protected override object CreateInstance(Type itemType); // overrides System.ComponentModel.Design.CollectionEditor } Hierarchy System.Object System.Drawing.Design.UITypeEditor System.ComponentModel.Design.CollectionEditor TableRowsCollectionEditor |