[]
The PropertyWrapper class is used to show value types and string types in the C1PropertyGrid collection editor.
public class PropertyWrapper<T> : PropertyWrapper
Name | Description |
---|---|
T | The value type being shown. |
Name | Description |
---|---|
PropertyWrapper(object) | Initializes a new instance of PropertyWrapper. |
Name | Description |
---|---|
TypedValue | Gets or sets the value of the current value type being shown in the C1PropertyGrid. |
Name | Description |
---|---|
ToString() | Returns a String representing the name of the current value type. |