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


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

    Property Value

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

    Remarks
    The value returned by this property corresponds to the value of the AutoFilterValues property of the DataGridCollectionView to which the source grid is bound or the AutoFilterValues of the DetailDescription from which the source detail was created.
    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