Spread Windows Forms 12.0 Product Documentation
MatchingSource Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AutoFilterInfo Class : MatchingSource Property
Gets or sets what the filter prefix match with.
Syntax
'Declaration
 
Public Property MatchingSource As FilterMatchingSource
'Usage
 
Dim instance As AutoFilterInfo
Dim value As FilterMatchingSource
 
instance.MatchingSource = value
 
value = instance.MatchingSource
public FilterMatchingSource MatchingSource {get; set;}

Property Value

The source used for filter prefix to match with. The default value is FilterMatchingSource.AllSubItems.
See Also

Reference

AutoFilterInfo Class
AutoFilterInfo Members