Skip to main content
Version: 3.5

DataGridViewColumnHeaderCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a column header in a DataGridView control.

public class DataGridViewColumnHeaderCell : DataGridViewHeaderCell

Constructors

Instance memberDataGridViewColumnHeaderCell()

Initializes a new instance of DataGridViewColumnHeaderCell.

Properties

Instance memberErrorText

String: This property is not relevant for this class.

Instance memberSortGlyphDirection

SortOrder: Returns or sets a value indicating which sort glyph is displayed.

Throws:

Methods

Instance memberGetInheritedStyle(includeVisualProperties)

Returns the style applied to the column header cell.

ParameterTypeDescription
includeVisualPropertiesBooleantrue to include inherited visual properties; otherwise, false to include only formatting properties.

Returns: DataGridViewCellStyle. A DataGridViewCellStyle that includes the style of the column header cell and the style inherited from the DataGridView.

Throws:

Implements

NameDescription
ICommandSourceDefines an object that can invoke a Command.