[]
        
(Showing Draft Content)

C1.WPF.Extended.PropertyGrid.PropertyWrapper-1

PropertyWrapper<T> Class

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

Inheritance
PropertyWrapper<T>
Namespace: C1.WPF.Extended.PropertyGrid
Assembly: C1.WPF.Extended.4.6.2.dll
Syntax
public class PropertyWrapper<T> : PropertyWrapper
Type Parameters
Name Description
T

The value type being shown.

Constructors

Name Description
PropertyWrapper(object)

Initializes a new instance of PropertyWrapper.

Properties

Name Description
TypedValue

Gets or sets the value of the current value type being shown in the C1PropertyGrid.

Methods

Name Description
ToString()

Returns a String representing the name of the current value type.