DataGridViewElement Class
.NET Framework (current version)
Provides the base class for elements of a DataGridView control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
System::Object
System.Windows.Forms::DataGridViewElement
System.Windows.Forms::DataGridViewBand
System.Windows.Forms::DataGridViewCell
System.Windows.Forms::DataGridViewElement
System.Windows.Forms::DataGridViewBand
System.Windows.Forms::DataGridViewCell
| Name | Description | |
|---|---|---|
![]() | DataGridViewElement() | Initializes a new instance of the DataGridViewElement class. |
| Name | Description | |
|---|---|---|
![]() | DataGridView | Gets the DataGridView control associated with this element. |
![]() | State | Gets the user interface (UI) state of the element. |
The .NET Framework supplies two specialized classes that derive from DataGridViewElement: DataGridViewCell, which represents individual elements, and DataGridViewBand, which represents a series of grouped subelements.
.NET Framework
Available since 2.0
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


