DataGridViewColumnHeaderCell

Wisej.Web.DataGridViewColumnHeaderCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a column header in a DataGridView control.

public class DataGridViewColumnHeaderCell : DataGridViewHeaderCell

Constructors

Initializes a new instance of DataGridViewColumnHeaderCell.

Properties

String: This property is not relevant for this class.

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

Throws:

Methods

Returns the style applied to the column header cell.

ParameterTypeDescription

includeVisualProperties

true 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

Defines an object that can invoke a Command.

Last updated