Intersoft ClientUI Documentation
ParentType Property



Gets or sets the type of the parent template when the RelativeSourceMode is set to TemplatedParent.
Syntax
Public Property ParentType As String
Dim instance As RelativeBinding
Dim value As String
 
instance.ParentType = value
 
value = instance.ParentType
public string ParentType {get; set;}
public:
property String^ ParentType {
   String^ get();
   void set (    String^ 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

RelativeBinding Class
RelativeBinding Members

Send Feedback