[]
Contains information about a data binding.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TagEditorBindingInfo : INotifyPropertyChanged
| Name | Description |
|---|---|
| DataSource | Gets or sets the object used as the data source for the current C1TagEditor control. |
| DisplayMemberPath | Gets or sets a path to display value on the source object. |
| Name | Description |
|---|---|
| OnPropertyChanged(string) | Fires the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |