All pages
Powered by GitBook
1 of 1

Loading...

DataGridViewElement

Wisej.Web.DataGridViewElement

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

Provides the base class for elements of a DataGridView control.

public class DataGridViewElement : IDisposable, IHasPropertyStore
Public Class DataGridViewElement
    Inherits IDisposable
    Implements IHasPropertyStore

Constructors

DataGridViewElement()

Properties

DataGridView

: Returns the control associated with this element.

State

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

Methods

Dispose()

Releases all resources used by the .

Inherited By

Name
Description

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

Represents a column that contains a collection of cells.

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

Represents a column that contains a collection of cells.

Displays an image in a cell.

Represents a column that contains a collection of cells.

Displays a link widget in a cell.

Represents a column that contains a collection of cells.

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

Represents a column that contains a collection of cells.

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

Represents a column that contains a collection of cells.

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

Represents a column that contains a collection of cells.

Represents a linear collection of elements in a control.

Represents an individual cell in a control.

Represents a column header in a control.

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

Represents a row in a control.

Represents a row header of a control.

Represents a summary row in a control.

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.

DataGridView
DataGridView
DataGridViewElementStates
DataGridViewElement

DataGridViewComboBoxCell
ComboBox
DataGridViewCell
DataGridViewComboBoxColumn
DataGridView
DataGridViewComboBoxCell
DataGridViewDateTimePickerCell
DateTimePicker
DataGridViewCell
DataGridViewDateTimePickerColumn
DataGridView
DataGridViewDateTimePickerCell
DataGridViewImageCell
DataGridViewCell
DataGridViewImageColumn
DataGridView
DataGridViewImageCell
DataGridViewLinkCell
DataGridViewCell
DataGridViewLinkColumn
DataGridView
DataGridViewLinkCell
DataGridViewMaskedTextBoxCell
MaskedTextBox
DataGridViewCell
DataGridViewMaskedTextBoxColumn
DataGridView
DataGridViewTextBoxCell
DataGridViewNumericUpDownCell
NumericUpDown
DataGridViewCell
DataGridViewNumericUpDownColumn
DataGridView
DataGridViewNumericUpDownCell
DataGridViewTextBoxCell
TextBox
DataGridViewCell
DataGridViewTextBoxColumn
DataGridView
DataGridViewTextBoxCell
DataGridViewBand
DataGridView
DataGridViewCell
DataGridView
DataGridViewColumnHeaderCell
DataGridView
DataGridViewHeaderCell
DataGridViewRow
DataGridView
DataGridViewRowHeaderCell
DataGridView
DataGridViewSummaryRow
DataGridView