FilterKey Property
FilterKey
Gets or sets a value that is used to filter items
by comparing this value to the result of the filter key function applied to an item.
Declaration
public object FilterKey { get; set; }
Public Property FilterKey As Object
See Also