Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / TokenizedTextBox Class / TokenDisplayMemberPath Property


In This Topic
    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.
    Remarks
    If this value is null, the DisplayMemberPath will be used as a fallback.
    Requirements

    See Also