TechTalk Genome v4.2

QueryForm.CreateChildControls Method (IQueryFilterCollection, Boolean)

Creates child controls of a QueryForm control.

protected virtual int CreateChildControls(
   IQueryFilterCollection boundFilters,
   bool dataBinding
);

Parameters

boundFilters
An IQueryFilterCollection representing the filters that will be bound to the QueryForm control.
dataBinding
true if the child controls created need to be data-bound; otherwise, false.

Return Value

A int representing the number of filter rows created.

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 | QueryForm.CreateChildControls Overload List