MapConverter.Mappings Property

DevZest WPF Docking

MapConverterMappings Property
Gets the collection of Mapping objects configured for this MapConverter.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Collection<Mapping> Mappings { get; }
Public ReadOnly Property Mappings As Collection(Of Mapping)
	Get

Property Value

Type: CollectionMapping
The collection of Mapping objects configured for this MapConverter.
Remarks

Each Mapping defines a relationship between a source object (see From) and a destination (see To). The MapConverter uses these mappings whilst attempting to convert values.

See Also