The PropertyWrapper class is used to show value types and string types in the C1PropertyGrid collection editor.

Namespace:  C1.Silverlight.Extended.PropertyGrid
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public class PropertyWrapper<T> : PropertyWrapper
Visual Basic
Public Class PropertyWrapper(Of T) _
	Inherits PropertyWrapper

Type Parameters

T
The value type being shown.

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Extended.PropertyGrid..::..PropertyWrapper
    C1.Silverlight.Extended.PropertyGrid..::..PropertyWrapper<(Of <(<'T>)>)>

See Also