[]
Determines where the search is performed.
public enum MatchColEnum
| Name | Description |
|---|---|
| AllCols | Search all the visible columns. |
| CurrentMousePos | Search the column under the mouse cursor. |
| CurrentSelectedCol | Search the current selected column. |
| DisplayMember | Search the column of the DisplayMember. |
| LeftVisibleCol | Search the left most visible column. |
| RightVisibleCol | Search the right most visible column. |