Gets the mapping of content data to columns.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ReadOnlyCollection<ContentColumnMapping> ContentColumnList { get; }
Visual Basic
Public ReadOnly Property ContentColumnList As ReadOnlyCollection(Of ContentColumnMapping)
	Get
Visual C++
public:
property ReadOnlyCollection<ContentColumnMapping^>^ ContentColumnList {
	ReadOnlyCollection<ContentColumnMapping^>^ get ();
}

See Also