Intersoft ClientUI Documentation
MatchBaseType Property



Gets or sets a value that indicates whether binding descriptor will try to match base type.
Syntax
Public Property MatchBaseType As Boolean
Dim instance As BindingDescriptor
Dim value As Boolean
 
instance.MatchBaseType = value
 
value = instance.MatchBaseType
public bool MatchBaseType {get; set;}
public:
property bool MatchBaseType {
   bool get();
   void set (    bool 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

BindingDescriptor Class
BindingDescriptor Members

Send Feedback