Version

IsSelectedMemberPath Property

Gets / sets the path to the property on the XamComboEditor.ItemsSource object to populate the XamComboEditor.SelectedItems of the XamComboEditor. Note that it should be a Boolean property path name that is on each data item whose value will be used to determine if the item is selected/checked.
Syntax
'Declaration
 
Public Property IsSelectedMemberPath As String
public string IsSelectedMemberPath {get; set;}

Property Value

The IsSelected member path.
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