Click or drag to resize
IKaxToolBarButtonNavigateUrl Property
Gets or sets the URL to link to when the item is clicked.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
string NavigateUrl { get; set; }

Property Value

Type: String
The URL to link to when the item is clicked. The default value is empty string.
Remarks
Use the NavigateUrl property to specify the URL to link to when the item is clicked. Use "~" (tilde) in front of an URL within the same ASP.NET application. When specifying external URL do not forget the protocol (e.g. "http://").
See Also