TokenDisplayMemberPath Property
In This Topic
Gets or sets a path to a value on the source object to serve as the visual representation of a selected token.
Syntax
'Declaration
Public Property TokenDisplayMemberPath As String
'Usage
Dim instance As TokenizedTextBox
Dim value As String
instance.TokenDisplayMemberPath = value
value = instance.TokenDisplayMemberPath
public string TokenDisplayMemberPath {get; set;}
Property Value
The path used to indicate which value serves as the visual representation of a selected token.
Requirements
See Also