FilterText Property (C1ListViewItem)
In This Topic
Add a content for filter to search against. If it is added, the contents of the list item are ignored.
Syntax
'Declaration
Public Property FilterText As System.String
public System.string FilterText {get; set;}
See Also