Intersoft ClientUI Documentation
Values Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > PropertyBinding Class : Values Property






Collection of SetterValueBindingHelper instances to apply to the target element.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Values As Collection(Of PropertyBinding)
Visual Basic (Usage)Copy Code
Dim instance As PropertyBinding
Dim value As Collection(Of PropertyBinding)
 
value = instance.Values
C# 
public Collection<PropertyBinding> Values {get;}
Delphi 
public read-only property Values: Collection; 
JScript 
public function get Values : Collection
Managed Extensions for C++ 
public: __property Collection<PropertyBinding*>* get_Values();
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.