[]
Contains information about a data binding.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BindingInfo : INotifyPropertyChanged
| Name | Description |
|---|---|
| BindingInfo() | Initializes a new instance of a BindingInfo class. |
| Name | Description |
|---|---|
| AutoGenerateColumns | Gets or sets a value indicating whether bound fields are automatically created for each field in the data source. |
| BindingMode | Gets or sets a value indicating type of the bound mode. |
| CheckedFieldName | Gets or sets the list of fields to be used for binding with checkboxes depending on the level of the node. |
| CheckedMemberPath | Gets a collection that identifies the data source fields that are used to bind to the Checked property. |
| DataMember | Gets or sets a name of a specific record set within the DataSource. |
| DataMemberPath | Gets a collection that identifies the names of a specific record set within the DataSource by tree levels. |
| DataSource | Gets or sets the object used as the data source for the current tree view control. |
| DisabledFieldName | Gets or sets the list of fields to be used for binding with enabled properties depending on the level of the node. |
| DisabledMemberPath | Gets a collection that identifies the data source fields that are used to bind to the Enabled property. |
| KeyField | Gets or sets a value specifying the key field of the data source bound to the tree view control. |
| KeyMemberPath | Gets a collection that identifies the key fields of the data source by tree levels. |
| ParentKeyField | Gets or sets a value representing the data source field identifying the parent record in this data source. |
| ParentKeyMemberPath | Gets a collection that identifies the parent key fields of the data source by tree levels. |
| Name | Description |
|---|---|
| OnPropertyChanged(string) | Fires the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |