BaseCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides the base functionality for creating data-related collections in the DataGridView control.
- C#
- VB.NET
public class BaseCollection : ICollection, IEnumerable
Public Class BaseCollection
Inherits ICollection
Implements IEnumerable
Constructors
BaseCollection()
Initializes a new instance of the BaseCollection class.
Inherited By
| Name | Description |
|---|---|
| DataGridViewCellCollection | Represents a collection of cells in a DataGridViewRow. |
| DataGridViewChildRowCollection | Represents a collection of DataGridViewRow objects that are childre of another DataGridViewRow. |
| DataGridViewColumnCollection | Represents a collection of DataGridViewColumn objects in a DataGridView control. |
| DataGridViewSelectedCellCollection | Represents a collection of cells that are selected in a DataGridView. |
| DataGridViewSelectedColumnCollection | Represents a collection of DataGridViewColumn objects that are selected in a DataGridView. |
| DataGridViewSelectedRowCollection | Represents a collection of DataGridViewRow objects that are selected in a DataGridView. |