ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / MultiSelectBindingInfo Class / CheckedMemberPath Property

In This Topic
    CheckedMemberPath Property (MultiSelectBindingInfo)
    In This Topic
    Gets or sets the name of the property used to control the check boxes placed next to each item.
    Syntax
    'Declaration
     
    
    Public Property CheckedMemberPath As String
    public string CheckedMemberPath {get; set;}
    See Also