Column which cells contain hyperlinks.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewHyperlinkColumn : GridViewDataColumn, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IEditorProvider, INotifyPropertyChangingEx, IContextMenuProvider, IDataConversionInfoProvider, IGridViewEventListener, ITypeDescriptorContext, IServiceProvider
Inheritance: objectDisposableObjectRadObjectGridViewColumnGridViewDataColumnGridViewHyperlinkColumn...
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewHyperlinkColumn.
C#
public GridViewHyperlinkColumn()
Initializes a new instance of the GridViewHyperlinkColumn.
Initializes a new instance of the GridViewHyperlinkColumn.
C#
public GridViewHyperlinkColumn(string fieldName)
A string value referring to the unique name of the column.
Fields
C#
public static RadProperty HyperlinkOpenActionProperty
C#
public static RadProperty HyperlinkOpenAreaProperty
Properties
Defines the action for opening of a link.
C#
public HyperlinkOpenAction HyperlinkOpenAction { get; set; }
Defines the active link area.
C#
public HyperlinkOpenArea HyperlinkOpenArea { get; set; }
Methods
C#
public override Type GetCellType(GridViewRowInfo row)
Overrides: