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

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