DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.8 Assembly / C1.Win.DataFilter Namespace / ChecklistFilter Class / ValueMemberPath Property

In This Topic
    ValueMemberPath Property (ChecklistFilter)
    In This Topic
    Gets or sets a path to a value on the source object to serve as the value representation of the object.
    Syntax
    'Declaration
     
    Public Property ValueMemberPath As String
    public string ValueMemberPath {get; set;}
    See Also