NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HyperLinkColumn.DataTextFormatString

The formatting applied to the value in the datasource that is used to set the Text property.

[Visual Basic]
Overridable Public Property DataTextFormatString As String
[C#]
public string DataTextFormatString {virtual get; virtual set;}
[C++]
public: __property virtual String* get_DataTextFormatString();
public: __property virtual void set_DataTextFormatString(String*);
[JScript]
public function get DataTextFormatString() : String;
public function set DataTextFormatString(String);

See Also

HyperLinkColumn Class | HyperLinkColumn Members | System.Web.UI.WebControls Namespace