BoundPropertyEntry.ControlType Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of the control that is being bound to at run time.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
 property Type ^ ControlType { Type ^ get(); void set(Type ^ value); };public Type ControlType { get; set; }member this.ControlType : Type with get, setPublic Property ControlType As TypeProperty Value
The Type of the control bound by the expression.