TechTalk Genome v4.2

GenomeReferenceField.ExtractValuesFromCell Method 

Fills the specified IDictionary object with the values from the specified TableCell object.

public override void ExtractValuesFromCell(
   IOrderedDictionary dictionary,
   DataControlFieldCell cell,
   DataControlRowState rowState,
   bool includeReadOnly
);

Parameters

dictionary
A IDictionary used to store the values of the specified cell.
cell
The TableCell that contains the values to retrieve.
rowState
One of the DataControlRowState values.
includeReadOnly
true to include the values of read-only fields; otherwise, false.

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

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