TechTalk Genome v4.2

IQueryFilterCollection.Item Property

Gets the filter with the specified key from the collections.

IQueryFilter this[
   string key
] {get;}

Parameters

key
An string that represents the key of the filter to be retrieved.

Property Value

An IQueryFilter object that was added to the collection with the specified key; otherwise a null reference.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

IQueryFilterCollection Interface | TechTalk.Genome.Extensions.Web.UI.Controls Namespace