The following tables list the members exposed by GridDataMap.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| DisplayMemberPath |
The name of the property to use as the visual representation of the items.
|
| ItemsSource |
Gets or sets the collection of items to map.
|
| SelectedValuePath |
The name of the property that contains the keys (data values).
|
Top
Public Methods
| Name | Description |
| GetDisplayValue |
Gets the display value corresponding to the specified selected value.
|
| GetKeyValue |
Gets the key value corresponding to the specified display value.
|
Top
See Also