Gets or sets a GridViewColumnCollection representing the columns after the MulticolumnTreeView has added additional display elements. This is a dependency property.

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

Syntax

C#
public GridViewColumnCollection WrappedColumns { get; set; }
Visual Basic
Public Property WrappedColumns As GridViewColumnCollection
	Get
	Set
Visual C++
public:
property GridViewColumnCollection^ WrappedColumns {
	GridViewColumnCollection^ get ();
	void set (GridViewColumnCollection^ value);
}

Remarks

Dependency Property Information
Identifier fieldWrappedColumnsProperty
Metadata properties set to trueNone

See Also