Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridCollectionViewBase Class / AutoFilterValues Property


In This Topic
    AutoFilterValues Property (DataGridCollectionViewBase)
    In This Topic
    Gets a dictionary that contains a list of the view's DataGridItemProperty objects with their corresponding auto-filter values.
    Syntax
    'Declaration
     
    Public ReadOnly Property AutoFilterValues As IDictionary(Of String,IList)
    'Usage
     
    Dim instance As DataGridCollectionViewBase
    Dim value As IDictionary(Of String,IList)
     
    value = instance.AutoFilterValues
    public IDictionary<string,IList> AutoFilterValues {get;}

    Property Value

    A Dictionary that contains a list of the view's DataGridItemProperty objects with their corresponding auto-filter values.
    Requirements

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also