Version

ComboBoxDataItem Class

ComboBoxDataItem is a class for holding value, display text and optionally an image. A default template is defined for ComboBoxDataItem that displays the image and display text. Main purpose of this object is to let you easily map value and display text and optionally display an image for each item inside an items control, like XamComboEditor.
Syntax
'Declaration
 
Public Class ComboBoxDataItem 
public class ComboBoxDataItem 
Remarks

You can populate an items control like XamComboEditor with ComboBoxDataItem instances. This lets you easily map values to display texts and optionally display an image inside each item in the items control. All without having to create a custom object or control template for the item.

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