Intersoft ClientUI Documentation
DependentValue Property (DataAnnotation)



Gets or sets the dependent value of the Control.
Syntax
Public Property DependentValue As Object
Dim instance As DataAnnotation
Dim value As Object
 
instance.DependentValue = value
 
value = instance.DependentValue
public object DependentValue {get; set;}
public:
property Object^ DependentValue {
   Object^ get();
   void set (    Object^ value);
}
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

DataAnnotation Class
DataAnnotation Members

Send Feedback