Share via


FormGroupControl.autoDataGroup Method

Sets or returns a Boolean value that specifies whether a form group control can contain only the fields in the data group that are specified for the control.

Syntax

public boolean autoDataGroup([boolean value])

Run On

Client

Parameters

  • value
    Type: boolean
    A Boolean data type that indicates whether a form group control can contain only fields in the data group; optional.

Return Value

Type: boolean
true if a form group control can contain only fields in the data group; otherwise, false.

Remarks

You use the FormGroupControl.dataGroup method to set or return a data group for a form group control.

See Also

Reference

FormGroupControl Class