Skip to main content
Version: 3.5

BaseCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides the base functionality for creating data-related collections in the DataGridView control.

public class BaseCollection : ICollection, IEnumerable

Constructors

Instance memberBaseCollection()

Initializes a new instance of the BaseCollection class.

Inherited By

NameDescription
DataGridViewCellCollectionRepresents a collection of cells in a DataGridViewRow.
DataGridViewChildRowCollectionRepresents a collection of DataGridViewRow objects that are childre of another DataGridViewRow.
DataGridViewColumnCollectionRepresents a collection of DataGridViewColumn objects in a DataGridView control.
DataGridViewSelectedCellCollectionRepresents a collection of cells that are selected in a DataGridView.
DataGridViewSelectedColumnCollectionRepresents a collection of DataGridViewColumn objects that are selected in a DataGridView.
DataGridViewSelectedRowCollectionRepresents a collection of DataGridViewRow objects that are selected in a DataGridView.