Gets or sets the URL to link to when the hyperlink is clicked in the button. Default value is empty string.

Namespace:  C1.Web.iPhone.C1Button
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public virtual string NavigateUrl { get; set; }
Visual Basic
Public Overridable Property NavigateUrl As String
	Get
	Set

See Also