Share via


FormGroupControl.configurationKeyEx Method

Retrieves a list that contains the IDs of configuration keys that are activated for a form group control.

Syntax

public List configurationKeyEx()

Run On

Client

Return Value

Type: List Class
A List object that contains the IDs of configuration keys that are activated for a form group control.

Remarks

The list does not contain duplicate IDs.

If the control is bound to a data source, the returned list of configuration key IDs also includes the configuration key ID for the table and field. In addition, the returned list contains any configuration key IDs that are applied to the extended data type.

See Also

Reference

FormGroupControl Class