Gets or sets the URL to navigate to when the button is clicked.

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