[]
        
(Showing Draft Content)

C1.Win.Input.MultiSelectBindingInfo

MultiSelectBindingInfo Class

Contains information about data source and other data binding options.

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

Properties

Name Description
CheckedMemberPath

Gets or sets the name of the property used to control the check boxes placed next to each item.

DataMember

Gets or sets a name of a specific record set within the DataSource.

DataSource

Gets or sets the object used as the data source for the drop-down part of C1MultiSelect control.

DisabledMemberPath

Gets or sets the name of the property used to control the enable or disable status to each item.

DisplayMemberPath

Gets or sets a path to a value on the source object to serve as the visual representation of the object.

TagsDataSource

Gets or sets the object used as the data source for the tags of C1MultiSelect control.

TagsMemberPath

Gets or sets a path to a value on the source object for the tags of C1MultiSelect control.

ValueMemberPath

Gets or sets the property path that is used to get the value of item in the C1MultiSelect.

Methods

Name Description
OnPropertyChanged(string)

Fires the PropertyChanged event.

Events

Name Description
PropertyChanged

Occurs when a property value changes.