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)

Collapse imageSyntax

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)

Collapse imageRemarks

The Display value equals the Value normally

Collapse imageSee Also