System.Windows.Forms.DataGridViewHeaderCell Class

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

See Also: DataGridViewHeaderCell Members

Syntax

public class DataGridViewHeaderCell : DataGridViewCell

Remarks

This class is a base class for other header cell classes, such as System.Windows.Forms.DataGridViewRowHeaderCell and System.Windows.Forms.DataGridViewColumnHeaderCell. To create custom row header icons or column header glyphs, inherit from the System.Windows.Forms.DataGridViewHeaderCell class and add functionality to paint your own icon or glyph.

Requirements

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