Gets the binding control property type.

Namespace: MonoSoftware.Web.DataManager
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public Type BindingControlPropertyType { get; }
Visual Basic
Public ReadOnly Property BindingControlPropertyType As Type
	Get
Visual C++
public:
property Type^ BindingControlPropertyType {
	Type^ get ();
}
F#
member BindingControlPropertyType : Type with get

Property Value

Type: Type

See Also