TechTalk Genome v4.2

TemplateQueryField.ExtractValuesFromCell Method 

Extracts raw values of the custom filter properties specified by one or more two-way binding statements (DataBind) from the current table cell and adds the values to the specified IOrderedDictionary collection.

protected override IOrderedDictionary ExtractValuesFromCell(
   QueryFieldCell cell,
   DataControlRowState rowState,
   bool includeReadOnly
);

Parameters

cell
A QueryFieldCell that contains custom controls of the TemplateQueryField.
rowState
One of the DataControlRowState values.
includeReadOnly
true to indicate that the values of read-only fields are included in the values collection; otherwise, false. The default implementation returns false.

Return Value

An IOrderedDictionary that contains the extracted values.

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

TemplateQueryField Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace