New to Telerik UI for WinFormsStart a free 30-day trial

Represent a hyperlink cell info class.

Definition

Constructors

Initializes a new instance of the GridViewHyperlinkCellInfo class.

C#
public GridViewHyperlinkCellInfo(GridViewRowInfo row, GridViewColumn column, GridViewCellInfoCollection owner)
Parameters:rowGridViewRowInfo

The row.

columnGridViewColumn

The column.

ownerGridViewCellInfoCollection

The owner.

Properties

Gets or sets a value indicating whether this link is visited.

C#
public bool Visited { get; protected set; }
Property Value:

true if this instance is visited; otherwise, false.