TechTalk Genome v4.2

QueryForm.CreateRow Method 

Creates a QueryFormRow object, using the specified item index, row type and row state.

protected virtual QueryFormRow CreateRow(
   int rowIndex,
   DataControlRowType rowType,
   DataControlRowState rowState
);

Parameters

rowIndex
The zero-based index of the filter to display.
rowType
One of the DataControlRowType values.
rowState
One of the DataControlRowState values.

Return Value

A QueryFormRow with the specified item index, row type and row state.

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

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