| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property AutoFilterValues As IDictionary(Of String, IList) | |
| C# | |
|---|---|
public IDictionary<string, IList> AutoFilterValues {get;} | |
Return Value
A Dictionary that contains a list of the context's DataGridItemProperty objects with their corresponding auto-filter values.
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.
Supported Frameworks: Microsoft .NET Framework version 3.5