ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / FullTextFilterCondition Class / BindingPaths Property

In This Topic
    BindingPaths Property
    In This Topic
    List the attribute's binding path of item that apply filter
    Syntax
    'Declaration
     
    Public Property BindingPaths As System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> BindingPaths {get; set;}
    See Also