Xceed Toolkit Plus for WPF v4.6 Documentation
TokenDisplayMemberPath Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > TokenizedTextBox Class : TokenDisplayMemberPath Property
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.
Remarks
If this value is null, the DisplayMemberPath will be used as a fallback.
Requirements

See Also

Reference

TokenizedTextBox Class
TokenizedTextBox Members