ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / MultiSelectBindingInfo Class
Properties Methods Events


In This Topic
    MultiSelectBindingInfo Class Members
    In This Topic

    The following tables list the members exposed by MultiSelectBindingInfo.

    Public Properties
     NameDescription
    Public PropertyGets or sets the name of the property used to control the check boxes placed next to each item.  
    Public PropertyGets or sets a name of a specific record set within the DataSource.  
    Public PropertyGets or sets the object used as the data source for the drop-down part of C1MultiSelect control.  
    Public PropertyGets or sets the name of the property used to control the enable or disable status to each item.  
    Public PropertyGets or sets a path to a value on the source object to serve as the visual representation of the object.  
    Public PropertyGets or sets the object used as the data source for the tags of C1MultiSelect control.  
    Public PropertyGets or sets a path to a value on the source object for the tags of C1MultiSelect control.  
    Public PropertyGets or sets the property path that is used to get the value of item in the C1MultiSelect.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the PropertyChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when a property value changes.  
    Top
    See Also