Class GridViewHyperlinkColumn
GridViewHyperlinkColumn provides an easy and fast way to display hyperlink. The column automatically creates HyperlinkButton based on DataMemberBinding and ContentBinding properties.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewHyperlinkColumn : GridViewBoundColumnBase, IFilterableColumn, INotifyPropertyChanged, IColumnElement, IDataFieldDescriptor, IFieldDescriptor, IExportableColumn
Constructors
GridViewHyperlinkColumn()
Declaration
public GridViewHyperlinkColumn()
Fields
TargetNameProperty
Identifies the Target
Declaration
public static readonly DependencyProperty TargetNameProperty
Field Value
System.
|
Properties
ContentBinding
Gets or sets the content binding of the hyperlink.
Declaration
public Binding ContentBinding { get; set; }
Property Value
System.
|
TargetName
Gets or sets the link TargetName.
Declaration
public string TargetName { get; set; }
Property Value
System. The TargetName. |
Methods
CopyPropertiesFrom(GridViewColumn)
Copy properties from source column.
Declaration
public override void CopyPropertiesFrom(GridViewColumn source)
Parameters
Grid
|
Overrides
CreateCellEditElement(GridViewCell, Object)
Creates the element for the cell in edit mode.
Declaration
public override FrameworkElement CreateCellEditElement(GridViewCell cell, object dataItem)
Parameters
Grid
|
System.
|
Returns
System.
|
Overrides
CreateCellElement(GridViewCell, Object)
Creates the element for the cell in view mode.
Declaration
public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem)
Parameters
Grid
|
System.
|
Returns
System.
|
Overrides
PrepareCellForEdit(FrameworkElement, RoutedEventArgs)
Prepares GridViewCell for edit.
Declaration
protected override object PrepareCellForEdit(FrameworkElement editingElement, RoutedEventArgs editingEventArgs)
Parameters
System. The editing element. |
System. The System. |
Returns
System.
|
Overrides
RefreshCellElement(FrameworkElement, DependencyProperty)
Called when cell element needs refresh.
Declaration
protected override void RefreshCellElement(FrameworkElement element, DependencyProperty dependencyProperty)
Parameters
System.
|
System.
|