Gets or sets the MappingCollectionBase<(Of <(<'T>)>)> derived object that allows the properties of objects maintained by the current collection to be bound to the appropriate fields in the data source.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
[ParenthesizePropertyNameAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public TMappingCollection Mappings { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<ParenthesizePropertyNameAttribute(True)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
Public Property Mappings As TMappingCollection
	Get
	Set

See Also