Skip to main content
Version: 3.5

DataGridViewRowHeaderCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a row header of a DataGridView control.

public class DataGridViewRowHeaderCell : DataGridViewHeaderCell

Constructors

Instance memberDataGridViewRowHeaderCell()

Initializes a new instance of DataGridViewRowHeaderCell.

Properties

Instance memberClientColIndex

Int32: Returns the client index of the row header column - always 0.

Methods

Instance memberGetInheritedStyle(includeVisualProperties)

Returns the style applied to the row 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 row header cell and the style inherited from the DataGridView.

Throws:

Implements

NameDescription
ICommandSourceDefines an object that can invoke a Command.