ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridFilterTextInfo Class / FilterSource Property

In This Topic
    FilterSource Property (DataGridFilterTextInfo)
    In This Topic
    Gets or sets an arbitrary object value that can be used to store custom information about the filter
    Syntax
    'Declaration
     
    
    Public Property FilterSource As FilterSourceInfo
    public FilterSourceInfo FilterSource {get; set;}
    See Also