We can specify a display value (eventually a binding to another value) for each field in the ItemsKey

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

Syntax

C#
public string[] DisplayValueBindings { get; set; }
Visual Basic
Public Property DisplayValueBindings As String()
	Get
	Set
JScript
function get DisplayValueBindings () : String[]
function set DisplayValueBindings (value : String[])

See Also