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);
An expression string.
The DisplayExpression can be used to create dynamic text from the current data contents. For example,