Xceed DataGrid for WPF v7.3 Documentation
AutoFilterValues Property (DataGridContext)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridContext Class : AutoFilterValues Property
Gets a dictionary that contains a list of the context's DataGridItemProperty objects with their corresponding auto-filter values.
Syntax
'Declaration
 
Public ReadOnly Property AutoFilterValues As IDictionary(Of String,IList)
'Usage
 
Dim instance As DataGridContext
Dim value As IDictionary(Of String,IList)
 
value = instance.AutoFilterValues
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

Reference

DataGridContext Class
DataGridContext Members