DataGridViewElement

Wisej.Web.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

Initializes a new instance of DataGridViewElement.

Properties

DataGridView: Returns the DataGridView control associated with this element.

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

Methods

Releases all resources used by the DataGridViewElement.

Inherited By

NameDescription

Displays a button widget in a DataGridViewCell cell.

Represents a DataGridView column that contains a collection of DataGridViewButtonCell cells.

Displays a CheckBox icon (not the actual control) in a DataGridViewCell cell.

Represents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells.

Represents a column in a DataGridView control.

Displays an editable ComboBox control in a DataGridViewCell cell when in edit mode.

Represents a DataGridView column that contains a collection of DataGridViewComboBoxCell cells.

Displays an editable DateTimePicker control in a DataGridViewCell cell when in edit mode.

Represents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells.

Displays an image in a DataGridViewCell cell.

Represents a DataGridView column that contains a collection of DataGridViewImageCell cells.

Displays a link widget in a DataGridViewCell cell.

Represents a DataGridView column that contains a collection of DataGridViewLinkCell cells.

Displays an editable MaskedTextBox control in a DataGridViewCell cell when in edit mode.

Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.

Displays an editable NumericUpDown control in a DataGridViewCell cell when in edit mode.

Represents a DataGridView column that contains a collection of DataGridViewNumericUpDownCell cells.

Displays an editable TextBox control in a DataGridViewCell cell when in edit mode.

Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells.

Represents a linear collection of elements in a DataGridView control.

Represents an individual cell in a DataGridView control.

Represents a column header in a DataGridView control.

Contains functionality common to row header cells and column header cells.

Represents a row in a DataGridView control.

Represents a row header of a DataGridView control.

Represents a summary row in a DataGridView control.

Last updated