System.Windows.Forms.BindingMemberInfo.BindingField Property

Gets the property name of the data-bound object.

Syntax

public string BindingField { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The BindingMemberInfo.BindingField is the last item found in the navigation path returned by the BindingMemberInfo.BindingMember property. For example, if a new System.Windows.Forms.Binding is created that has a dataMember parameter of "Customers.custToOrders.OrderDate", BindingMemberInfo.BindingMember will return "OrderDate".

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0