ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / TagEditorBindingInfo Class / DisplayMemberPath Property

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