ClassHyperlinkButton
Class
Represents a control that displays a hyperlink and content.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class HyperlinkButton : TextBlock
Inheritance: objectHyperlinkButton
Fields
ContentProperty
Identify the Content dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ContentProperty
Field Value
DependencyProperty
NavigateUriProperty
Identifies the NavigateUri dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty NavigateUriProperty
Field Value
DependencyProperty
TargetNameProperty
Identifies the TargetName dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty TargetNameProperty
Field Value
DependencyProperty
Properties
Content
Gets or sets the Content for the Hyperlink.
NavigateUri
Gets or sets a URI to navigate to when the HyperlinkButton is activated. This is a dependency property.
Declaration
cs-api-definition
public Uri NavigateUri { get; set; }
Property Value
Uri
TargetName
Gets or sets the name of a target window or frame for the System.Windows.Documents.Hyperlink. This is a dependency property.