DataGridViewElement

Wisej.Web.DataGridViewElement

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Provides the base class for elements of a DataGridView control.

public class DataGridViewElement : IDisposable, IHasPropertyStore

Constructors

DataGridViewElement()

Initializes a new instance of DataGridViewElement.

Properties

DataGridView

DataGridView: Returns the DataGridView control associated with this element.

State

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

Methods

Dispose()

Releases all resources used by the DataGridViewElement.

Dispose(disposing)

Releases the resources used by the DataGridViewElement.

Parameter
Type
Description

disposing

true when this method is called by the application rather than a finalizer.

OnDataGridViewChanged()

Called when the element is associated with a different DataGridView.

RaiseCellClick(e)

Fires the CellClick event.

Parameter
Type
Description

RaiseCellValueChanged(e)

Fires the CellValueChanged event.

Parameter
Type
Description

RaiseDataError(e)

Fires the DataError event.

Parameter
Type
Description

Inherited By

Name
Description

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

Was this helpful?