Intersoft ClientUI Documentation
Values Property



Collection of SetterValueBindingHelper instances to apply to the target element.
Syntax
Public ReadOnly Property Values As Collection(Of PropertyBinding)
Dim instance As PropertyBinding
Dim value As Collection(Of PropertyBinding)
 
value = instance.Values
public Collection<PropertyBinding> Values {get;}
public:
property Collection<PropertyBinding^>^ Values {
   Collection<PropertyBinding^>^ get();
}
Remarks
Used when multiple Bindings need to be applied to the same element.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyBinding Class
PropertyBinding Members

Send Feedback