RadControls for WPF

Represents a control that displays a hyperlink and content.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.2.611.40

Syntax

C#
public class HyperlinkButton : TextBlock
Visual Basic
Public Class HyperlinkButton _
	Inherits TextBlock

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..TextBlock
              Telerik.Windows.Controls.GridView..::..HyperlinkButton

See Also