DataGridViewElement
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides the base class for elements of a DataGridView control.
- C#
- VB.NET
public class DataGridViewElement : IDisposable, IHasPropertyStore
Public Class DataGridViewElement
Inherits IDisposable
Implements 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.
Inherited By
| Name | Description |
|---|---|
| DataGridViewButtonCell | Displays a button widget in a DataGridViewCell cell. |
| DataGridViewButtonColumn | Represents a DataGridView column that contains a collection of DataGridViewButtonCell cells. |
| DataGridViewCheckBoxCell | Displays a CheckBox icon (not the actual control) in a DataGridViewCell cell. |
| DataGridViewCheckBoxColumn | Represents a DataGridView column that contains a collection of DataGridViewCheckBoxCell cells. |
| DataGridViewColumn | Represents a column in a DataGridView control. |
| DataGridViewComboBoxCell | Displays an editable ComboBox control in a DataGridViewCell cell when in edit mode. |
| DataGridViewComboBoxColumn | Represents a DataGridView column that contains a collection of DataGridViewComboBoxCell cells. |
| DataGridViewDateTimePickerCell | Displays an editable DateTimePicker control in a DataGridViewCell cell when in edit mode. |
| DataGridViewDateTimePickerColumn | Represents a DataGridView column that contains a collection of DataGridViewDateTimePickerCell cells. |
| DataGridViewImageCell | Displays an image in a DataGridViewCell cell. |
| DataGridViewImageColumn | Represents a DataGridView column that contains a collection of DataGridViewImageCell cells. |
| DataGridViewLinkCell | Displays a link widget in a DataGridViewCell cell. |
| DataGridViewLinkColumn | Represents a DataGridView column that contains a collection of DataGridViewLinkCell cells. |
| DataGridViewMaskedTextBoxCell | Displays an editable MaskedTextBox control in a DataGridViewCell cell when in edit mode. |
| DataGridViewMaskedTextBoxColumn | Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells. |
| DataGridViewNumericUpDownCell | Displays an editable NumericUpDown control in a DataGridViewCell cell when in edit mode. |
| DataGridViewNumericUpDownColumn | Represents a DataGridView column that contains a collection of DataGridViewNumericUpDownCell cells. |
| DataGridViewTextBoxCell | Displays an editable TextBox control in a DataGridViewCell cell when in edit mode. |
| DataGridViewTextBoxColumn | Represents a DataGridView column that contains a collection of DataGridViewTextBoxCell cells. |
| DataGridViewBand | Represents a linear collection of elements in a DataGridView control. |
| DataGridViewCell | Represents an individual cell in a DataGridView control. |
| DataGridViewColumnHeaderCell | Represents a column header in a DataGridView control. |
| DataGridViewHeaderCell | Contains functionality common to row header cells and column header cells. |
| DataGridViewRow | Represents a row in a DataGridView control. |
| DataGridViewRowHeaderCell | Represents a row header of a DataGridView control. |
| DataGridViewSummaryRow | Represents a summary row in a DataGridView control. |