Skip to main content
Version: 4.1

BaseCollection

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public class BaseCollection : ICollection, IEnumerable

Constructors

Instance member BaseCollection()

Initializes a new instance of the BaseCollection class.

Properties

Instance member List

IList: Returns the list of elements contained in the BaseCollection instance.

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.