[]
Creates an AutoFilter class object.
public AutoFilter()
Public Sub New()
Sets the filter function of the multi-column combo box cell.
public AutoFilter(bool enabled, FilterMatchingMode matchingMode, FilterMatchingSource matchingSource, int maxFilteredItem, int minPrefixLength, int interval)
Public Sub New(enabled As Boolean, matchingMode As FilterMatchingMode, matchingSource As FilterMatchingSource, maxFilteredItem As Integer, minPrefixLength As Integer, interval As Integer)
Type | Name | Description |
---|---|---|
bool | enabled | Specifies whether to enable the automatic filter. |
FilterMatchingMode | matchingMode | Specifies the match methods used in the filter. |
FilterMatchingSource | matchingSource | Specifies the data column in the combo box to search for a match. |
int | maxFilteredItem | Sets the millisecond time until the start of the filtering operation. |
int | minPrefixLength | Sets the minimum number of characters to start the filtering operation |
int | interval |