The following tables list the members exposed by SelectionItem.
Public Constructors
Public Properties
| Name | Description |
| DataObject | Read-only access to the backing . This property will return ^Null is no was injected into the object. |
| Description |
Expose the description. This property can be bound to the DisplayMemberPath of a ComboBox control. The property is read-only.
|
| IndexValue |
Read-only property exposing the index value.
|
| ItemStringValue |
Read-only property exposing the underlyig string value for the selected item.
|
| ItemValue |
Read-only property exposing the index value. It is identical to the IndexValue property and remains for backward compatability.
|
Top
See Also