Skip to main content
Version: 4.1

DataGridViewLinkColumn

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public class DataGridViewLinkColumn : DataGridViewColumn

Constructors

Instance member DataGridViewLinkColumn()

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

Instance member DataGridViewLinkColumn(cellTemplate)

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

NameTypeDescription
cellTemplateDataGridViewLinkCellAn existing DataGridViewLinkCell to use as a template.

Properties

Instance member CellTemplate

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

Throws:

Instance member LinkBehavior

LinkBehavior: Returns or sets a value that represents the behavior of the link cell. (Default: SystemDefault)

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

Instance member LinkColor

Color: Returns or sets the color used when displaying a normal link. (Default: Color [Empty])

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

Instance member Text

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

Throws:

Instance member UseColumnTextForLinkValue

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. (Default: False)

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

Methods

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
IWisejComponentAll wisej components implement this interface.
IWisejSerializableAllows an object to serialize itself.