AutoFilterValues Property
See Also 
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. This feature is available only in the Professional Edition

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AutoFilterValues As IDictionary(Of String, IList)
C# 
public IDictionary<string, IList> AutoFilterValues {get;}

Return 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

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also