Method Rename
Rename(GroupLayout, string)
Renames a group layout in the data container.
Declaration
protected void Rename(GroupLayout groupLayout, string newName)
Parameters
| Type | Name | Description |
|---|---|---|
| GroupLayout | groupLayout | Layout to rename. |
| string | newName | New name to apply. |