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!

DataTable.DisplayExpression

Gets or sets the expression that will return a value used to represent this row in UI.

[Visual Basic]
Public Property DisplayExpression As String
[C#]
public string DisplayExpression {get; set;}
[C++]
public: __property String* get_DisplayExpression();
public: __property void set_DisplayExpression(String*);
[JScript]
public function get DisplayExpression() : String;
public function set DisplayExpression(String);

Property Value

An expression string.

Remarks

The DisplayExpression can be used to create dynamic text from the current data contents. For example,

See Also

DataTable Class | DataTable Members | System.Data Namespace