Spread for ASP.NET 10 Product Documentation
AutoFilter Class Members
Properties  Methods 


The following tables list the members exposed by AutoFilter.

Public Constructors
 NameDescription
Public ConstructorAutoFilter ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyEnabledGets or sets whether to enable the automatic filter. The default value is false.  
Public PropertyIntervalGets or sets the millisecond time until the start of the filtering operation. The value must be greater than or equal to zero. The default value is 0.  
Public PropertyMatchingModeSpecifies the match methods used with the automatic filter. The default value is MatchStartWith.  
Public PropertyMatchingSourceSpecifies the data column in the combo box to search for a match when using the automatic filter. The default value is AllColumns.  
Public PropertyMaxFilteredItemGets or sets the maximum number of items that can be obtained when filtering. The value must be greater than zero. The default value is 10.  
Public PropertyMinPrefixLengthGets or sets the minimum number of characters to start the filtering operation. The value must be greater than zero. The default value is 3.  
Top
Public Methods
 NameDescription
Public MethodDeserializeLoads the filter information from XML.  
Public MethodSerializeSaves the filter information to XML.  
Top
See Also

Reference

AutoFilter Class
FarPoint.Web.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.