Class GridViewHyperlinkColumn
Column which cells contain hyperlinks.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewHyperlinkColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Constructors
GridViewHyperlinkColumn()
Initializes a new instance of the GridViewHyperlinkColumn.
Declaration
public GridViewHyperlinkColumn()
GridViewHyperlinkColumn(String)
Initializes a new instance of the GridViewHyperlinkColumn.
Declaration
public GridViewHyperlinkColumn(string fieldName)
Parameters
System.String
fieldName
A string value referring to the unique name of the column. |
GridViewHyperlinkColumn(String, String)
Initializes a new instance of the GridViewHyperlinkColumn.
Declaration
public GridViewHyperlinkColumn(string uniqueName, string fieldName)
Parameters
System.String
uniqueName
A string value referring to the unique name of the column. |
System.String
fieldName
A string value referring to the field name to which the column is bound. |
Fields
HyperlinkOpenActionProperty
HyperlinkOpenAreaProperty
Properties
HyperlinkOpenAction
Defines the action for opening of a link.
Declaration
public HyperlinkOpenAction HyperlinkOpenAction { get; set; }
Property Value
HyperlinkOpenAction
|
HyperlinkOpenArea
Defines the active link area.
Declaration
public HyperlinkOpenArea HyperlinkOpenArea { get; set; }
Property Value
HyperlinkOpenArea
|
ReadOnly
Gets or sets a value indicating whether the user can edit the data in the column's cells.
Declaration
public override bool ReadOnly { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
GetCellType(GridViewRowInfo)
Declaration
public override Type GetCellType(GridViewRowInfo row)
Parameters
GridViewRowInfo
row
|
Returns
System.Type
|
Overrides
GetDefaultEditor()
GetDefaultEditorType()
Declaration
public override Type GetDefaultEditorType()
Returns
System.Type
|