System.Windows.Forms.BindingMemberInfo.BindingPath Property

Gets the property name, or the period-delimited hierarchy of property names, that comes before the property name of the data-bound object.

Syntax

public string BindingPath { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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".

Requirements

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