The display value of the cell (used for example to visualize a different thing instead of the content)

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object DisplayValue { get; set; }
Visual Basic
Public Property DisplayValue As Object
	Get
	Set
JScript
function get DisplayValue () : Object
function set DisplayValue (value : Object)

Remarks

The Display value equals the Value normally

See Also