BoundPropertyEntry.ControlType Property

Definition

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, set
Public Property ControlType As Type

Property Value

The Type of the control bound by the expression.

Applies to