Share via


FormGroupControl.dataGroup Method

Sets or returns a data group for a form group control.

Syntax

public str dataGroup([str value])

Run On

Client

Parameters

  • value
    Type: str
    A String data type that specifies the data group; optional.

Return Value

Type: str
A String data type value that specifies the data group.

Remarks

A data group corresponds to a field group on a table that is a data source for the form.

See Also

FormGroupControl Class

How to: Create a Field Group