C

Controls

A container class that stores all Control instances and provides factory methods for them.

Members

Show:

Properties

Methods

Factory method for creating a Control object with the given name. If a Control is passed instead of a name, the name of this control will be taken, which means the new control inherits from the passed one.

Parameters

nameOrControl: string | Control

Return Value

Returns the row with the given name.

Parameters

name: string

Return Value

Parameters

comparator?: any