PowerWEB LiveControls for ASP.NET
DataNavigateUrlFormatString Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveHyperLinkColumn Class : DataNavigateUrlFormatString Property



Gets or sets the display format for the URL of the hyperlinks in the HyperLinkColumn when the URL is data-bound to a field in a data source.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Data")>
<DefaultValueAttribute()>
<DescriptionAttribute("The formatting applied to the value bound to the NavigateUrl property.")>
Public Overridable Property DataNavigateUrlFormatString As String
Visual Basic (Usage)Copy Code
Dim instance As LiveHyperLinkColumn
Dim value As String
 
instance.DataNavigateUrlFormatString = value
 
value = instance.DataNavigateUrlFormatString
C# 
[CategoryAttribute("Data")]
[DefaultValueAttribute()]
[DescriptionAttribute("The formatting applied to the value bound to the NavigateUrl property.")]
public virtual string DataNavigateUrlFormatString {get; set;}
C++/CLI 
[CategoryAttribute("Data")]
[DefaultValueAttribute()]
[DescriptionAttribute("The formatting applied to the value bound to the NavigateUrl property.")]
public:
virtual property String^ DataNavigateUrlFormatString {
   String^ get();
   void set (    String^ value);
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkColumn.DataNavigateUrlFormatString.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.