DataFormGroup Constructors
Stores settings to adjust the group of the data form’s editors.Name | Parameters | Description |
---|---|---|
DataFormGroup() | none | Initializes a new instance of the DataFormGroup class. |
DataFormGroup(String) | name | Initializes a new instance of the DataFormGroup class with specified settings. |
See Also