ClassGridViewDynamicHyperlinkColumn
GridViewDynamicHyperlinkColumn provides an easy and fast way to display hyperlink. The column dynamically creates hyperlink based on NavigateUrlMemberPaths and NavigateUrlFormatString properties.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewDynamicHyperlinkColumn : GridViewBoundColumnBase, INotifyPropertyChanged, IDataFieldDescriptor, IFieldDescriptor, IExportableColumn
Inheritance: objectGridViewColumnGridViewBoundColumnBaseGridViewDynamicHyperlinkColumn
Implements:
Inherited Members
Constructors
GridViewDynamicHyperlinkColumn()
Declaration
public GridViewDynamicHyperlinkColumn()
Properties
NavigateUrlFormatString
Gets or sets url string format.
Declaration
public string NavigateUrlFormatString { get; set; }
Property Value
NavigateUrlMemberPaths
Gets or sets comma separated field names.
Declaration
public string NavigateUrlMemberPaths { get; set; }
Property Value
TargetName
Gets or sets target name for the hyperlink.
Methods
CanEdit(object)
Determines whether the data represented by the column can be edited.
CopyPropertiesFrom(GridViewColumn)
Copy properties from source column.
Declaration
public override void CopyPropertiesFrom(GridViewColumn source)
Parameters
source
Overrides
CreateCellElement(GridViewCell, object)
Creates the element for the cell in view mode.
Declaration
public override FrameworkElement CreateCellElement(GridViewCell cell, object dataItem)
Parameters
cell
dataItem
Returns
FrameworkElement
Overrides