The following tables list the members exposed by ValueTarget.
Public Constructors
Public Fields
| | Name | Description |
 | DefaultTargetMember | Default target member. An empty string.
This is a constant, and its value is "" (String.Empty). |
 | DefaultTargetPath | Default target path. An empty string.
This is a constant, and its value is "" (String.Empty). |
Top
Public Properties
| | Name | Description |
 | ExtenderProvider | The extender provider that enhances the target component with the property. |
 | IsConfigured | Determines whether this value target object is configured. |
 | IsNull | Determines whether this value target object is null. |
 | ObjectType | The type of the target component. |
 | TargetComponent | The component that is the target of the value. |
 | TargetElement | The target element (optionally with a type specifier), i.e. the last element of the target path. |
 | TargetMember | Name of the member (typically, a property) on the target component. An empty string if the target path has more than one element. |
 | TargetObject | The object that is the target of the value. |
 | TargetPath | Path to a member (typically, a property) on the target component. |
 | TargetPathElements | Elements of the target path. |
 | TargetTypeName | The name of the target type (optional). |
Top
Public Methods
Extension Methods
Public Events
Public Operators
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |
Top
See Also