SearchForVirtualItemEventArgs
Wisej.Web.SearchForVirtualItemEventArgs
Last updated
Wisej.Web.SearchForVirtualItemEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the SearchForVirtualItem event.
Initializes a new instance of the SearchForVirtualItemEventArgs class.
Name | Type | Description |
---|---|---|
isPrefixSearch | A value indicating whether the search is a prefix search. | |
includeSubItemsInSearch | A value indicating whether to include sub items of list items in the search. | |
text | The text of the item to search for. | |
startIndex | The index of the ListViewItem at which to start the search. |
Boolean: Returns a value indicating whether the search should include sub items of list items.
Int32: Returns or sets the index of the ListViewItem found in the ListView .
Boolean: Returns a value indicating whether the search should return an item if its text starts with the search text.
Int32: Returns the index of the ListViewItem where the search starts.
String: Returns the text used to find an item in the ListView control.
Name | Description |
---|---|
Represents the method that will handle the SearchForVirtualItem event of a ListView. |