Share via


FormGroupControl.alignChild Method

Sets or returns a Boolean value that indicates whether a form group control is aligned in the same manner as other controls in a form.

Syntax

public boolean alignChild([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    A Boolean value that indicates whether a form group control is aligned in the same manner as other controls in a form; optional.

Return Value

Type: boolean
true if a control is aligned; otherwise, false.

See Also

Reference

FormGroupControl Class