Version

RecordItemsByIndex Property (XamComboEditorProxy)

False by default, If supported by the proxy, and value is true, the proxy will force all records to use index in place of a string when viable.
Syntax
'Declaration
 
<ProxySetting()>
Protected Overrides Property RecordItemsByIndex As System.Boolean
[ProxySetting()]
protected override System.bool RecordItemsByIndex {get; set;}
[ProxySetting()]
protected: __property System.bool get_RecordItemsByIndex() override;
protected: __property void set_RecordItemsByIndex( 
   System.bool value
) override;
Requirements

Target Platforms: Windows 7, 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