ComponentOne FlexGrid 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 List(Of String)
    public List<string> BindingPaths {get; set;}
    See Also