Represent a hyperlink cell info class.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewHyperlinkCellInfo : GridViewCellInfo, IEquatable<GridViewCellInfo>
Inheritance: objectGridViewCellInfoGridViewHyperlinkCellInfo
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewHyperlinkCellInfo class.
C#
public GridViewHyperlinkCellInfo(GridViewRowInfo row, GridViewColumn column, GridViewCellInfoCollection owner)
The row.
columnGridViewColumnThe column.
ownerGridViewCellInfoCollectionThe owner.