[]
        
(Showing Draft Content)

C1.Win.Input.TagEditorBindingInfo

TagEditorBindingInfo Class

Contains information about a data binding.

Inheritance
TagEditorBindingInfo
Namespace: C1.Win.Input
Assembly: C1.Win.Input.MultiSelect.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TagEditorBindingInfo : INotifyPropertyChanged

Properties

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.

Methods

Name Description
OnPropertyChanged(string)

Fires the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.