The ObjectWrapper<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
DataType
Gets the declared type of the value.
(Overrides ObjectWrapper..::.DataType.)
Editable
Gets whether the property can be modified.
(Inherited from ObjectWrapper.)
EditContext
Gets optional additional user-specified information specified in an editor declaration.
(Inherited from ObjectWrapper.)
Property
Gets the wrapped property.
(Inherited from ObjectWrapper.)
PropertyName
Gets the wrapped property.
(Inherited from ObjectWrapper.)
UnderlyingObject
Gets the wrapped object.
(Inherited from ObjectWrapper.)
Value
Gets or sets the value of the wrapped property.

See Also