SearchForVirtualItemEventArgs Properties
.NET Framework 4.5
The SearchForVirtualItemEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Direction | Gets the direction from the current item that the search should take place. |
|
IncludeSubItemsInSearch | Gets a value indicating whether the search should include subitems of list items. |
|
Index | Gets or sets the index of the ListViewItem found in the ListView . |
|
IsPrefixSearch | Gets a value indicating whether the search should return an item if its text starts with the search text. |
|
IsTextSearch | Gets a value indicating whether the search is a text search. |
|
StartIndex | Gets the index of the ListViewItem where the search starts. |
|
StartingPoint | Gets the starting location of the search. |
|
Text | Gets the text used to find an item in the ListView control. |