DataGridViewHeaderCell

Wisej.Web.DataGridViewHeaderCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.0.0.0)

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

public class DataGridViewHeaderCell : DataGridViewCell

Constructors

DataGridViewHeaderCell()

Properties

Displayed

Booleanarrow-up-right:

Frozen

Booleanarrow-up-right: Returns a value indicating whether the cell is frozen.

ReadOnly

Booleanarrow-up-right: Returns a value indicating whether the header cell is read-only.

Throws:

Resizable

Booleanarrow-up-right: Returns a value indicating whether the cell is resizable.

Selected

Booleanarrow-up-right: Returns or sets whether the cell is selected.

Throws:

ValueType

Typearrow-up-right: Returns the type of the value stored in the cell.

Visible

Booleanarrow-up-right: Returns a value indicating whether or not the cell is visible.

Methods

Clone()

Creates a copy of this cell.

Returns: DataGridViewCell. The cloned DataGridViewHeaderCell.

GetInheritedState(rowIndex)

Returns a value indicating the current state of the cell as inherited from the state of its row or column.

Parameter
Type
Description

rowIndex

The index of the row containing the cell or -1 if the cell is not a row header cell or is not contained within a DataGridView control.

Returns: DataGridViewElementStates. A combination of DataGridViewElementStates values representing the current state of the cell.

Throws:

Inherited By

Name
Description

Represents a column header in a DataGridView control.

Represents a row header of a DataGridView control.

Last updated

Was this helpful?