DataGridViewLinkColumn

Wisej.Web.DataGridViewLinkColumn

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Represents a DataGridView column that contains a collection of DataGridViewLinkCell cells.

public class DataGridViewLinkColumn : DataGridViewColumn

Constructors

Initializes a new instance of the DataGridViewLinkColumn class to the default state.

Initializes a new instance of the DataGridViewLinkColumn class to the default state.

NameTypeDescription

cellTemplate

An existing DataGridViewLinkCell to use as a template.

Properties

DataGridViewCell: Returns or sets the template used to model cell appearance.

Throws:

LinkBehavior: Returns or sets a value that represents the behavior of the link cell.

This value is inherited by all the cells in the column that do not specify a value for this property.

Color: Returns or sets the color used when displaying a normal link.

This value is inherited by all the cells in the column that do not specify a value for this property.

String: Gets or sets the default text displayed on the button cell when UseColumnTextForButtonValue is true.

Throws:

Boolean: Gets or sets a value indicating if the link in the cell uses the owning column's text instead of the value of the cell.

This value is inherited by all the cells in the column that do not specify a value for this property.

Type: Returns or sets the data type of the values in the column's cells.

Implements

NameDescription

All wisej components implement this interface.

Allows an object to serialize itself.

Last updated