Class GridViewHyperlinkCellInfo
Represent a hyperlink cell info class.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewHyperlinkCellInfo : GridViewCellInfo, IEquatable<GridViewCellInfo>
Constructors
GridViewHyperlinkCellInfo(GridViewRowInfo, GridViewColumn, GridViewCellInfoCollection)
Initializes a new instance of the GridViewHyperlinkCellInfo class.
Declaration
public GridViewHyperlinkCellInfo(GridViewRowInfo row, GridViewColumn column, GridViewCellInfoCollection owner)
Parameters
GridViewRowInfo
row
The row. |
GridViewColumn
column
The column. |
GridViewCellInfoCollection
owner
The owner. |
Properties
Visited
Gets or sets a value indicating whether this link is visited.
Declaration
public bool Visited { get; protected set; }
Property Value
System.Boolean
|