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


In This Topic
    SearchMemberPaths Property
    In This Topic
    Gets or sets the field(s) used for filtering valid values (only string columns are considered).
    Syntax
    'Declaration
     
    Public Property SearchMemberPaths As String
    'Usage
     
    Dim instance As TokenizedTextBox
    Dim value As String
     
    instance.SearchMemberPaths = value
     
    value = instance.SearchMemberPaths
    public string SearchMemberPaths {get; set;}

    Property Value

    The field(s) used for filtering valud values.
    Requirements

    See Also