Value Property (NestedPropertySetter)
In This Topic
Gets or sets a value that should be assigned to the
PropertyName property. This is a dependency property.
Syntax
'Declaration
Public Property Value As Object
public object Value {get; set;}
See Also