Xceed DataGrid for WPF v7.2 Documentation
AutoFilterValues Property (DetailConfigurationSettings)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Settings Namespace > DetailConfigurationSettings Class : AutoFilterValues Property
Gets or sets a dictionary that contains a list of the context's DataGridItemProperty objects with their corresponding auto-filter values.
Syntax
'Declaration
 
Public Property AutoFilterValues As XmlAutoFilterValues()
'Usage
 
Dim instance As DetailConfigurationSettings
Dim value() As XmlAutoFilterValues
 
instance.AutoFilterValues = value
 
value = instance.AutoFilterValues
public XmlAutoFilterValues[] AutoFilterValues {get; set;}

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

DetailConfigurationSettings Class
DetailConfigurationSettings Members