SearchForVirtualItemEventArgs
Wisej.Web.SearchForVirtualItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the SearchForVirtualItem event.
public class SearchForVirtualItemEventArgs : EventArgsPublic Class SearchForVirtualItemEventArgs
    Inherits EventArgsConstructors
 SearchForVirtualItemEventArgs(isPrefixSearch, includeSubItemsInSearch, text, startIndex)
SearchForVirtualItemEventArgs(isPrefixSearch, includeSubItemsInSearch, text, startIndex)
 SearchForVirtualItemEventArgs(isPrefixSearch, includeSubItemsInSearch, text, startIndex)
SearchForVirtualItemEventArgs(isPrefixSearch, includeSubItemsInSearch, text, startIndex)Initializes a new instance of the SearchForVirtualItemEventArgs class.
includeSubItemsInSearch
A value indicating whether to include sub items of list items in the search.
Properties
 IncludeSubItemsInSearch
IncludeSubItemsInSearch
 IncludeSubItemsInSearch
IncludeSubItemsInSearchBoolean: Returns a value indicating whether the search should include sub items of list items.
 Index
Index
 Index
IndexInt32: Returns or sets the index of the ListViewItem found in the ListView .
 IsPrefixSearch
IsPrefixSearch
 IsPrefixSearch
IsPrefixSearchBoolean: Returns a value indicating whether the search should return an item if its text starts with the search text.
 StartIndex
StartIndex
 StartIndex
StartIndexInt32: Returns the index of the ListViewItem where the search starts.
 Text
Text
 Text
TextString: Returns the text used to find an item in the ListView control.
Used By
Represents the method that will handle the SearchForVirtualItem event of a ListView.
Last updated
Was this helpful?

