TreeView for WinForms | ComponentOne
C1.Win.TreeView 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
     
    
    <C1CategoryAttribute("Data")>
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("C1CheckList.ValueMemberPath", "The property path that is used to get the value of item in the C1CheckList.")>
    Public Property ValueMemberPath As String
    [C1Category("Data")]
    [DefaultValue("")]
    [C1Description("C1CheckList.ValueMemberPath", "The property path that is used to get the value of item in the C1CheckList.")]
    public string ValueMemberPath {get; set;}
    See Also