System.Windows.Forms.DataGridViewElement Class

Provides the base class for elements of a System.Windows.Forms.DataGridView control.

See Also: DataGridViewElement Members

Syntax

public class DataGridViewElement

Remarks

The .NET Framework supplies two specialized classes that derive from System.Windows.Forms.DataGridViewElement: System.Windows.Forms.DataGridViewCell, which represents individual elements, and System.Windows.Forms.DataGridViewBand, which represents a series of grouped subelements.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0