TechTalk Genome v4.2

QueryFormRow Constructor 

Initializes a new instance of the QueryFormRow class. The index of the row in the QueryForm.Rows collection of the QueryForm control. One of the DataControlRowType enumeration values. One of the DataControlRowState enumeration values.

public QueryFormRow(
   int rowIndex,
   DataControlRowType rowType,
   DataControlRowState rowState
);

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

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