GridHyperLinkColumnNavigateUrl Property |
Gets or sets a string, specifying the url, to which to navigate, when a hyperlink
within a column is pressed. This property will be honored only if the
DataNavigateUrlFields are not set. If either
DataNavigateUrlFields are set, they will override the
NavigateUrl property.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual string NavigateUrl { get; set; }
Public Overridable Property NavigateUrl As String
Get
Set
public:
virtual property String^ NavigateUrl {
String^ get ();
void set (String^ value);
}
abstract NavigateUrl : string with get, set
override NavigateUrl : string with get, set
Property Value
Type:
String
See Also