Version

DisplayValueSource Property

Specifies whether the editor's Infragistics.Windows.Editors.TextEditorBase.DisplayText or Infragistics.Windows.Editors.ValueEditor.Value is displayed in the edit portion. Default is DisplayText.
Syntax
'Declaration
 
Public Property DisplayValueSource As Nullable(Of DisplayValueSource)
public Nullable<DisplayValueSource> DisplayValueSource {get; set;}
Remarks

DisplayValueSource property controls the Infragistics.Windows.Editors.XamComboEditor.DisplayValue property's value. DisplayValue in turn is used to display the contents of the editor in the edit portion. Essentially DisplayValueSource specifies whether to display the display text or the value in the edit portion of the XamComboEditor. Default is DisplayText.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also