Skip to main content
Version: 3.5

DataGridViewElement

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides the base class for elements of a DataGridView control.

public class DataGridViewElement : IDisposable, IHasPropertyStore

Constructors

Instance memberDataGridViewElement()

Initializes a new instance of DataGridViewElement.

Properties

Instance memberDataGridView

DataGridView: Returns the DataGridView control associated with this element.

Instance memberState

DataGridViewElementStates: Returns the user interface (UI) state of the element.

Methods

Instance memberDispose()

Releases all resources used by the DataGridViewElement.

Inherited By

NameDescription
DataGridViewButtonCellDisplays a button widget in a DataGridViewCell cell.
DataGridViewButtonColumnRepresents a DataGridView column that contains a collection of DataGridViewButtonCell cells.
DataGridViewCheckBoxCellDisplays a CheckBox icon (not the actual control) in a DataGridViewCell cell.
DataGridViewCheckBoxColumnRepresents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells.
DataGridViewColumnRepresents a column in a DataGridView control.
DataGridViewComboBoxCellDisplays an editable ComboBox control in a DataGridViewCell cell when in edit mode.
DataGridViewComboBoxColumnRepresents a DataGridView column that contains a collection of DataGridViewComboBoxCell cells.
DataGridViewDateTimePickerCellDisplays an editable DateTimePicker control in a DataGridViewCell cell when in edit mode.
DataGridViewDateTimePickerColumnRepresents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells.
DataGridViewImageCellDisplays an image in a DataGridViewCell cell.
DataGridViewImageColumnRepresents a DataGridView column that contains a collection of DataGridViewImageCell cells.
DataGridViewLinkCellDisplays a link widget in a DataGridViewCell cell.
DataGridViewLinkColumnRepresents a DataGridView column that contains a collection of DataGridViewLinkCell cells.
DataGridViewMaskedTextBoxCellDisplays an editable MaskedTextBox control in a DataGridViewCell cell when in edit mode.
DataGridViewMaskedTextBoxColumnRepresents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
DataGridViewNumericUpDownCellDisplays an editable NumericUpDown control in a DataGridViewCell cell when in edit mode.
DataGridViewNumericUpDownColumnRepresents a DataGridView column that contains a collection of DataGridViewNumericUpDownCell cells.
DataGridViewTextBoxCellDisplays an editable TextBox control in a DataGridViewCell cell when in edit mode.
DataGridViewTextBoxColumnRepresents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.
DataGridViewBandRepresents a linear collection of elements in a DataGridView control.
DataGridViewCellRepresents an individual cell in a DataGridView control.
DataGridViewColumnHeaderCellRepresents a column header in a DataGridView control.
DataGridViewHeaderCellContains functionality common to row header cells and column header cells.
DataGridViewRowRepresents a row in a DataGridView control.
DataGridViewRowHeaderCellRepresents a row header of a DataGridView control.
DataGridViewSummaryRowRepresents a summary row in a DataGridView control.