System.Windows.Forms.BindingMemberInfo.BindingMember Property

Gets the information that is used to specify the property name of the data-bound object.

Syntax

public string BindingMember { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A System.Windows.Forms.BindingMemberInfo is created automatically when you call the BindingMemberInfo.#ctor(string) constructor with a control-property name, data source, and navigation path. The dataMember parameter contains the BindingMemberInfo.BindingMember string.

The BindingMemberInfo.BindingMember is the period delimitated combination of the BindingMemberInfo.BindingPath and BindingMemberInfo.BindingField values. For example, when a new System.Windows.Forms.Binding is created by using a dataMember parameter of "Customers.custToOrders.OrderDate", BindingMemberInfo.BindingMember will return "Customers.custToOrders.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