Class HyperlinkButton
Represents a control that displays a hyperlink and content.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class HyperlinkButton : TextBlock
Fields
ContentProperty
Identify the Content dependency property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
System.Windows.DependencyProperty
|
NavigateUriProperty
TargetNameProperty
Identifies the TargetName dependency property.
Declaration
public static readonly DependencyProperty TargetNameProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Content
Gets or sets the Content for the Hyperlink.
Declaration
public object Content { get; set; }
Property Value
System.Object
|
NavigateUri
TargetName
Gets or sets the name of a target window or frame for the System.Windows.Documents.Hyperlink. This is a dependency property.
Declaration
public string TargetName { get; set; }
Property Value
System.String
|