Gets or sets a URI to navigate to when the C1HyperlinkButton is activated.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public Uri NavigateUri { get; set; }
Visual Basic
Public Property NavigateUri As Uri
	Get
	Set

See Also