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); } |
This member is functionally equivalent to System.Web.UI.WebControls.HyperLinkColumn.DataNavigateUrlFormatString.
Target Platforms: Microsoft .NET Framework 2.0