ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / CheckListBindingInfo Class / ValueMemberPath Property

In This Topic
    ValueMemberPath Property (CheckListBindingInfo)
    In This Topic
    Gets or sets the property path that is used to get the value of item in the C1CheckList.
    Syntax
    'Declaration
     
    
    Public Property ValueMemberPath As String
    public string ValueMemberPath {get; set;}
    See Also