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