TreeGridHyperlinkColumn Class
Represents a column that displays the URI data in its cells content.
Object Model

Syntax
'Declaration <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class TreeGridHyperlinkColumn Inherits TreeGridTextColumn Implements Syncfusion.Data.IFilterDefinition
'Usage Dim instance As TreeGridHyperlinkColumn
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class TreeGridHyperlinkColumn : TreeGridTextColumn, Syncfusion.Data.IFilterDefinition
Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
Syncfusion.UI.Xaml.Grid.SfGridColumnBase<T>
Syncfusion.UI.Xaml.Grid.GridColumnBase
Syncfusion.UI.Xaml.TreeGrid.TreeGridColumn
Syncfusion.UI.Xaml.TreeGrid.TreeGridTextColumnBase
Syncfusion.UI.Xaml.TreeGrid.TreeGridTextColumn
Syncfusion.UI.Xaml.TreeGrid.TreeGridHyperlinkColumn
AssemblyVersion
Syncfusion.SfGrid.WPF: 17.3460.0.26
See Also