Gets the property name, or the period-delimited hierarchy of property names, that comes before the property name of the data-bound object.
Documentation for this section has not yet been entered.
The BindingMemberInfo.BindingPath is the period delimitated combination of property names that comes before the BindingMemberInfo.BindingField in the navigational path returned by the BindingMemberInfo.BindingMember property. For example, when a new System.Windows.Forms.Binding is created that has a dataMember parameter of "Customers.custToOrders.OrderDate", BindingMemberInfo.BindingPath will return "Customers.custToOrders".