Skip to main content
Version: 3.5

DataGridViewLinkCell

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Displays a link widget in a DataGridViewCell cell.

public class DataGridViewLinkCell : DataGridViewCell

Constructors

Instance memberDataGridViewLinkCell()

Initializes a new instance of DataGridViewLinkCell.

Properties

Instance memberLinkBehavior

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

Instance memberLinkColor

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

Instance memberUseColumnTextForLinkValue

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)

Instance memberValueType

Type: Returns or sets the data type of the values in the cell.

Implements

NameDescription
ICommandSourceDefines an object that can invoke a Command.